Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Plz help me how i can link two jqueries
Posted

1 solution

Your question isnt very clear, you maybe want to reword it.

However, one thing you can do with jQuery is method chaining. This is where the result of one operation is passed to the next until all operations are completed in the chain.
This can be seen in the example here;
http://www.jquery-tutorial.net/introduction/method-chaining/[^]

Other things that you can do is add a temporary hidden element into the DOM as a holding element and then use multiple jQuery calls all acting on the temporary DOM object to then generate the final result.

I use that approach in my Reputation Water Chrome Extension
Google Chrome Extension - CodeProject Reputation Watcher[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900