[jQuery] Re: Javascript "object" detection

2007-08-21 Thread Pops
Important clarification needs to be made here: > Solution: > > I found this non support for passing a natural stirng of nvpairs to > be a "obstrusive" design so I created a override plug-in for the base > method $.param() which handles this transformation. > > (function($) { > var _inherit = $

[jQuery] Re: Javascript "object" detection

2007-08-21 Thread Pops
Hi, I may be wrong on understanding your question or need, but it sounds like something I came across as well and wrote a plug-in solution. Background: The bottom line is the jQuery AJAX calls (.get, .load, etc) will use an encoded url request and it issues ampersand (&) delimited key=value (or