Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am having following script on my page -

XML
<script>
    $(document).ready(function () {
        $('#ex1').zoom();
    });
    </script>



The above scripts works fine if i am using it in a simple html page. But the same is not working on a User control with Master Page called in the page using this user control.

I am getting error "SCRIPT438: Object doesn't support property or method 'zoom' " in IE Developer Tools

Please help me out of this issue
Posted
Updated 25-May-13 10:24am
v3
Comments
Mohit_Rudra 28-May-13 6:26am    
which plugin you are using for this?
Madhu Nair 29-May-13 4:35am    
I am using code from the site http://www.jacklmoore.com/zoom/

1 solution

The issue is resolved now. The problem was that the page was not able to refer the .jquery file.

Thanks All
 
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