Click here to Skip to main content
15,867,832 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I Solve the error for $ charector in the asp.net ?
Posted
Comments
midhun3600 4-Apr-14 0:35am    
could you please provide what you have written so that i will be easy to clarify
manoj.jsm 4-Apr-14 0:39am    
instead of using '$' $("#id") you may use 'jQuery' jQuery('#id')
PJ003 4-Apr-14 0:50am    
did you add refrence to jquery library in your application
like below
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
manoj.jsm 4-Apr-14 0:56am    
if you have Conflict problem try this link
https://api.jquery.com/jQuery.noConflict/

please provide the code snippet so that it can be cleared easily as fast.
 
Share this answer
 
 
Share this answer
 
v2
By adding this line
<script language="javascript" type="text/javascript">
error resolved
 
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