Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 2 of 2
Search took 0.15 seconds.
Search: Posts Made By: SteveJohnson
Forum: Programming 28th December 2012, 02:13 PM
Replies: 7
Views: 848
Posted By SteveJohnson
Re: JQUERY not working as expected

It didn't work because the onclick code executes before your jQuery click event binding. You can't unbind the event (the onclick) after it has fired, you can only intercept it.
Forum: Programming 27th December 2012, 11:57 AM
Replies: 7
Views: 848
Posted By SteveJohnson
Re: JQUERY not working as expected

So maybe you could kind of reverse your thinking...remove the onclick binding and bind it if needed AFTER you evaluate the server response:
<button id="button" onclick="myredirect();"then:
...
Showing results 1 to 2 of 2

 
Forum Jump


All times are GMT -6. The time now is 10:54 AM.