pjax 1.9.4
- Avoid Sizzle CSS syntax errors by looking up whether a
location.hash
references a DOM ID usingdocument.getElementById()
instead of passing the whole value as selector to$()
.
location.hash
references a DOM ID using document.getElementById()
instead of passing the whole value as selector to $()
.