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
31e1e7e405e5b25431d6794e96a8ff1db5307eff
pjax
/
lib
/
proto
/
refresh.js
4 lines
66 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
module
.
exports
=
function
(
el
)
{
fix(refresh): use `this.parseDOM` for refresh Fix for issue mentioned in #36
2016-04-19 12:13:14 -04:00
this
.
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