We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c62851 commit 3dde9e9Copy full SHA for 3dde9e9
test/unit/fn_pjax.js
@@ -230,21 +230,6 @@ if ($.support.pjax) {
230
frame.$("a[href='/dinosaurs.html']").click()
231
})
232
233
-
234
- asyncTest("scrolls to anchor after load", function() {
235
- var frame = this.frame
236
237
- frame.$("#main").pjax("a").on("pjax:end", function() {
238
- equal(frame.location.pathname, "/dinosaurs.html")
239
- equal(frame.location.hash, "#main")
240
- start()
241
- })
242
243
- var link = frame.$("a[href='/dinosaurs.html']")
244
- link.attr('href', "/dinosaurs.html#main")
245
- link.click()
246
247
248
asyncTest("triggers pjax:click event from link", function() {
249
var frame = this.frame
250
0 commit comments