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 of basic code that would work with even 4.0 browsers no longer work to avoid spoofing attackes etc. This includes changing the href and status text dynamically. So be warned about odd behavior, with dom and href's. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
