Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I found the above on button click.
Posted
Comments
My Doubt 4-Jul-14 7:46am    
Is that a problem on scripts? I have commented the following scripts:
<%--<script src="../Script/jquery-2.1.0.min.js"></script>--%>
<%--<script type="text/javascript" src="../../js/jquery-1.8.0.min.js"></script>--%>
<%--<script src="Scripts/jquery-2.1.0.min.js"></script>--%>
<%-- <script src="Scripts/jquery-ui-1.10.4.custom.js"></script>--%>
<%--<script src="../Script/jquery-2.1.0.min.js"></script>--%>
<%-- <script src="../Script/jquery-ui-1.10.4.custom.min.js"></script>--%>
Zoidberg Why Not 4-Jul-14 7:52am    
you have commented the jquery library, thats causing the issue, uncomment <%--<script type="text/javascript" src="../../js/jquery-1.8.0.min.js"></script>--%>
and things should work
kedar001 4-Jul-14 7:46am    
have you put the references to the jquery scripts.

Similar mistake referenceerror-is-not-defined[^]
 
Share this answer
 
v2
Please put the reference of jquery above of the page and after that write your jquery function which you have to call.
You can put function in document.ready function. This is not a problem.

Do above technique, will solve your problem.
 
Share this answer
 
Its because the function I have used should be outside document.ready function()
 
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