[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 wrote: > Thanks for your reply. I will

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

2009-05-06 Thread Steeleclipse
'#confirmDialog input.confirm, #confirmDialog a.confirm').click > (function (e) { > ... > > }); > > to: > > $('#navPhysicians a.confirm').click(function (e) { > ... > > }); > > HTH > > On May 6, 10:53 am, Steeleclipse wrote: > > > >

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

2009-05-06 Thread Steeleclipse
Hi Everyone, I am new to the jquery world, but have found it quite useful... maybe a little too useful. It seems like I have too many scripts running. Is there a way to simplify what I have been doing in the markup to run them? Please take a look and let me know if I can narrow things down: http

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

2009-05-06 Thread Steeleclipse
Hi Everyone, I am new to the jquery world, but have found it quite useful... maybe a little too useful. It seems like I have too many scripts running. Is there a way to simplify what I have been doing in the markup to run them? Please take a look and let me know if I can narrow things down: http