I wonder how can I convert my html object to string.
I used something like this (using mootools) but it doesn't work.
I tried to alert() this but no result.
Any idea?
I used something like this (using mootools) but it doesn't work.
Code:
$('formName').toQueryString()
Any idea?
Comment