Re: [jQuery] Using JQuery to manipulate href (URL params)

2006-12-13 Thread Scottus
On 12/12/06, Robert James <[EMAIL PROTECTED]> wrote: > 2. How do I use JQuery to manipulate hrefs? there are a number of security locks on modern browsers that don't allow dynamic manipulation of href. I haven't looked at your example in detail so I am not sure you will run into it, but a lot o

Re: [jQuery] Using JQuery to manipulate href (URL params)

2006-12-12 Thread Blair McKenzie
// there are rumblings of romoving the event shortcuts (eg $().change) // not sure if change works on a checkbox, if not click should work $('#sendAlert').bind("change",function(){ // find all links in #panel and apply a function to each one $("#panel a").each(function(){ // within each '