/ Published in: jQuery
Expand |
Embed | Plain Text
$(document).ready(function() { $('.backlink').click(function() { history.back() }); });
You need to login to post a comment.
tcelestino on 08/07/10
2 people have marked this snippet as a favorite
$(document).ready(function() { $('.backlink').click(function() { history.back() }); });
You need to login to post a comment.