This website requires JavaScript.
Explore
Help
Register
Sign In
iLoveElysia
/
pjax
Watch
1
Star
0
Fork
0
You've already forked pjax
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
9
Wiki
Activity
Files
791400ed2080c1fb2c262249c9202eff1b3eb78e
pjax
/
lib
/
proto
/
refresh.js
7 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
attach data to pjaxified links so they can't be pjaxified twice. add simple refresh method
2015-01-21 00:11:59 -08:00
var
parseDom
=
require
(
"./parse-dom"
)
module
.
exports
=
function
(
el
)
{
refresh now accept an argument so you can refresh just a part of a page
2015-01-29 07:33:13 +01:00
parseDom
(
el
||
document
)
attach data to pjaxified links so they can't be pjaxified twice. add simple refresh method
2015-01-21 00:11:59 -08:00
}
Reference in New Issue
Copy Permalink