VirtualBrowser will not load links/forms if they have jQuery click
/submit
events handlers that return false
(or called event.preventDefault()
)
Unfortunately, because of how event-delegation in jQuery works, event.stopPropagation()
will also prevent virtualBrowser from doing its thing.
Also, your browser's back and forward buttons won't work unless you use some sort of a history plugin.
Link with onclick="return false;"
(gets loaded anyway)
P.S. here are some links back to page1.html and page2.html