jQuery Modal window only working on Chrome but not FF & IE9

710 Views Asked by At

Login popup style=display:none only popup in Chrome but not Firefox16.0.1 and IE9.

Any advise or fix are welcome. I follow tutorial at:tutorial

http://jsfiddle.net/6TaQt/8/

2

There are 2 best solutions below

1
On BEST ANSWER

This is the markup issue also. Updated Fiddle This works in FF also and in chrome.

You have to enclose button inside a tag. not a tag inside button tag.

All other are right you have error of overlabel function

1
On

Try to debug this error message first "Uncaught TypeError: Object [object Object] has no method 'overlabel' ", actually what I don't get is how this possibly works in Chrome :)