/ Published in: jQuery
Expand |
Embed | Plain Text
$(document).ready(function() { $('.tabs a').click(function(e) { e.preventDefault(); }); });
You need to login to post a comment.
raz on 11/11/10
1 person have marked this snippet as a favorite
$(document).ready(function() { $('.tabs a').click(function(e) { e.preventDefault(); }); });
You need to login to post a comment.