Are you using the packed version of jQuery? It appears as if the packer is somehow corrupting jQuery and causing some things to break - try switching to the minified version. If that's not the case, do you have an example?
--John On Wed, Jan 21, 2009 at 8:13 AM, Diego <[email protected]> wrote: > > Hi there, > > I'm funding some inconsistencies between jQuery's .val() method and > form plugin's .value() method. The form plugin method is always > correct, but in jquery 1.3, the .val() method isn't working (at least > for me) on select boxes loaded via ajax. > > I'm considering overwriting $.fn.val and forcing it to use the form > plugin's own implementation. Is there any differences I should be > aware of? > > Cheers, > Diego A. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
