This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
1140e171135598f7a212126e95a2f127874cf929
freeCodeCamp
/
public
/
js
/
main.js
5 lines
106 B
JavaScript
Raw
Normal View
History
Unescape
Escape
dataTable jquery plugin for foursquare api tables
2013-12-04 16:01:09 -05:00
$
(
document
)
.
ready
(
function
(
)
{
$
(
'.dataTable'
)
.
dataTable
(
{
sPaginationType
:
'full_numbers'
}
)
;
}
)
;
Reference in New Issue
Copy Permalink