tags:

views:

20

answers:

2

I would like to know where I can find the implementation code for jquery.param.

+1  A: 

A quick Google search yields the documentation, complete with examples and everything.

lc
I am looking for the implementation code rather than the document.thank you
q0987
@q0987 There are examples there. Unless I'm misunderstanding what you mean by "implementation code" (never actually heard that term before).
lc
Hello lc:Thank you for your help.I need to find how the utility function jquery.param is implemented. The given document only shows us how to use it. I am more interested in seeing how this utility function is written.thank you again.
q0987
@q0987, See my answer.
strager
@q0987 Ahhhhh I get it. Then @strager's answer below is exactly what you're looking for.
lc
+2  A: 

/src/ajax.js

strager