how to use this to connect a global function to another global function

Asked by prajwala

suppose if there are global functions fun1, fun2.
If you want to execute fun2 every time when fun1 executed
use the following statement.
$.connect('fun1',fun2)

Question information

Language:
English Edit question
Status:
Solved
For:
jquery connect Edit question
Assignee:
No assignee Edit question
Solved by:
prajwala
Solved:
Last query:
Last reply:
Revision history for this message
prajwala (prajwala) said :
#1

i am just trying our answers