|
Problems with Firefox and Safari. Also, what's up with the $('syntax') ? -- Jeremy --
Awesome. Thank you Michael and Neven. My test app now works. Some time next week, I will have a working version of my tabbed-panel control. If anybody has a place to host it, I will gladly upload it so that others may learn by example. neven wrote: Buttons don't work in Safari and Firefox because those browsers support standards. Submit is default action for BUTTON element. More details at http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.5 Just add attribute type with value button: Regards, Neven |