[jQuery] Re: SimpleModal issues... too many scripts?

2009-05-06 Thread Eric Martin
I just took a look and it looks like the main issue is that you are not binding the link correctly. You need to modify the selector in confirm.js from: $('#confirmDialog input.confirm, #confirmDialog a.confirm').click (function (e) { ... }); to: $('#navPhysicians a.confirm').click(function (e)

[jQuery] Re: SimpleModal issues... too many scripts?

2009-05-06 Thread Steeleclipse
Thanks for your reply. I will try that tonight and post how it goes! On May 6, 3:37 pm, Eric Martin emarti...@gmail.com wrote: I just took a look and it looks like the main issue is that you are not binding the link correctly. You need to modify the selector in confirm.js from:

[jQuery] Re: SimpleModal issues... too many scripts?

2009-05-06 Thread Steeleclipse
Close. li#navPhysicians fixed it. I only quickly read your response earlier as I was at work, but at second glance, I realized this is your script. Thanks for a great script, and the assistance to get it working! On May 6, 3:49 pm, Steeleclipse steelecli...@gmail.com wrote: Thanks for your

[jQuery] Re: SimpleModal issues... too many scripts?

2009-05-06 Thread Eric Martin
No problem and thanks...glad you got it working. ;) On May 6, 7:19 pm, Steeleclipse steelecli...@gmail.com wrote: Close. li#navPhysicians fixed it. I only quickly read your  response earlier as I was at work, but at second glance, I realized this is your script. Thanks for a great script,