i want to pass the event to function in javascript suppose. i am fire function from two input. then how i can call the event with passing parameter.
can i do this using calling and without binding event in jQuery.
|
i want to pass the event to function in javascript suppose. i am fire function from two input. then how i can call the event with passing parameter. can i do this using calling and without binding event in jQuery. |
|||||
|
|
Example:
That way you could call the css function to manipulate height with passed parameters. |
|||
|
|
|
I'm not exactly sure what you're asking, but here's an example of passing a function with parameters as a callback:
You wrap your function call in an anonymous function wrapper. |
|||
|
|