[jQuery] Re: Modal Confirmation trying to use for form validation

2010-05-01 Thread Ron Mast
Nevermindfigured it out :) On Mon, Apr 19, 2010 at 9:44 AM, Ron Mast wrote: > Good morning gang, > > I'm attempting to use Modal Confirmation from > http://jqueryui.com/demos/dialog/#modal-confirmation > > I have the example working and code looks like so: > >

[jQuery] Modal Confirmation trying to use for form validation

2010-05-01 Thread Ron Mast
Good morning gang, I'm attempting to use Modal Confirmation from http://jqueryui.com/demos/dialog/#modal-confirmation I have the example working and code looks like so: jQuery UI Dialog - Modal confirmation

[jQuery] simple ajax not working in FF but works great in IE what am I doing wrong?

2010-05-01 Thread Ron Mast
$(document).ready(function(){ // get faculty default A $.ajax({ url: 'myvalidurl', type: "post", async: true,