jquery + bind('click') + IE + variables scope
Hi everyone! Need help.
I have the button and jquery .bind('click') on it. in bind I call the fucntion which get an object (inputData) as argument and processes jquery POST to controller. JQuery POST has a callback in which I try to deal with this argument (inputData). But only in IE it already has its property "data" = null. Does anybody know what happening? How can I resolve this problem?
If I try to send POST without bind it work correct..
( Here is full code and link to example...Collapse )Thanks