Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am calling jquery function on img tag for adding zoom on image by using its id.
But after using update panel for changing image dynamically, not able zoom
please help urgent
Posted
Comments
Rajeev Jayaram 18-Sep-12 16:22pm    
Your question is not very clear. Posting the code snippet/Further clarification would be useful for anyone to answer.

1 solution

This is probably because you do not bind the zoom functionality using .live(). Refer to the jquery docs for more info on .live()

http://api.jquery.com/live/[^]

If this is not helpful, include the source which has this issue and one of us can find the actual issue!
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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