it gives me an exception as i mentioned in title with three buttons(ignore,break,Continue)Code:<html> <head> <title>JQuery Hello World</title> <script type="text/javascript" src="jquery-1.2.6.min.js"></script> </head> <script type="text/javascript"> $(document).ready(function(){ $("#msgid1").html("This is Hello World by JQuery 1"); }); </script> <body> This is Hello World by HTML <div id="msgid1"> </div> </body> </html>
although i have added file (.js file in my solution tree).what else coudl be the reason behind this


Reply With Quote
