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, and the assistance to get it working! > > On May 6, 3:49 pm, Steeleclipse <steelecli...@gmail.com> wrote: > > > 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: > > > > $('#confirmDialog input.confirm, #confirmDialog a.confirm').click > > > (function (e) { > > > ... > > > > }); > > > > to: > > > > $('#navPhysicians a.confirm').click(function (e) { > > > ... > > > > }); > > > > HTH > > > > On May 6, 10:53 am, Steeleclipse <steelecli...@gmail.com> wrote: > > > > > 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://woodlandswoundcare.com/test/index.html > > > > > On to the bigger issue: I am attempting to use the Simplemodal jQuery > > > > script(http://www.ericmmartin.com/projects/simplemodal/) on this site > > > > as well. I have done (what I believe to be) everything in the example > > > > to get it running, but to no avail. > > > > > I have revised the css and images to match the site, and I am trying > > > > to implement the script in a way so when you click on the "physicians > > > > only" tab on the top navigation bar, the modal box comes up warning > > > > visitors > > > > of the graphic content. > > > > > The download of the script includes a working example, from which I > > > > just cut and pasted the code to make it work, or what I thought would > > > > make it work. > > > > > Would someone to be willing to take a look and see what they could > > > > find? Also, if I have been unclear in my description of the issue, > > > > please let me know, and I will post anything else you might need to > > > > diagnose. > > > > > Thanks in advance!