Re: [jQuery] .attr("href", "javascript:void(0);") not working

2007-02-28 Thread Petruzzi, Tony
") not working That's correct. jQuery does not support the ~= selector. You can find it located here: http://docs.jquery.com/Selectors#Not_supported It wasn't listed in the list of supported selectors - but I just added it to the list of "Not Supported" selectors, to mak

Re: [jQuery] .attr("href", "javascript:void(0);") not working

2007-02-28 Thread Petruzzi, Tony
e this: $this.bind("click", function(){ var name = "PopUpWindow" + index; window.open(href, name, parameters).focus(); return false; }); That should do the trick. --John On

Re: [jQuery] .attr("href", "javascript:void(0);") not working

2007-02-28 Thread Petruzzi, Tony
e this: $this.bind("click", function(){ var name = "PopUpWindow" + index; window.open(href, name, parameters).focus(); return false; }); That should do the trick. --John On

Re: [jQuery] .attr("href", "javascript:void(0);") not working

2007-02-28 Thread Petruzzi, Tony
I tried to do that and it still didn't work. I've been at this for quite sometime now. Could someone on the outside, try the code in their browser and tell me if they get the same error? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Oakes Sent: W