> The reason is that $.param has started to > execute functions instead of converting them to an URI encoded String: > > jQuery.isFunction(a[j]) ? a[j]() : a[j]
Thanks for updating the docs. It seems like that is the right way to handle this. I guess in previous versions it was stringifying the function body? It seems like you wouldn't want that because it would send a lot of extra junk, although if you posted that to a site it wouldn't generally do any harm if you weren't looking at the parameter. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
