How to pass parameters in jquery function?
Rate this page : |
[ 0 votes]
|
Here, jquery function demofunction(5,5) ,which passes two parameters x and y. This function code simply returns the value by multiplying the parameters. The code using jquery function example is given below.