dot net tips, DotNet tips, .Net Tips,Dot Net tips and tricks,Dot Net Solutions, OOPS Concept in C#,SQL Server, LinQ, Ajax, Java script, JQuery, Server Error details, daily .net tips and tricks , DotNet Interview Questions.
try catch in javascript
We can use try catch function in java script.
$('a').click(function(e){try{
your code here.........}catch(e){}returnfalse;});