【发布时间】:2011-02-19 08:08:31
【问题描述】:
我正在使用 DataTables jQuery 插件,但在 IE 和 Safari(Firefox 和 Opera 工作)中正确显示第一个和上一个分页链接时遇到问题。
“
$(document).ready(function () {
oTable = $('#fileList').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"oLanguage":
{
"sSearch": "Search all columns:",
"oPaginate":
{
"sNext": '>',
"sLast": '>>',
"sFirst": '<<',
"sPrevious": '<'
}
}
});
我试图逃避 '\
有什么想法吗?
【问题讨论】:
标签: jquery jquery-plugins pagination datatables html-entities