/ Published in: jQuery
Expand |
Embed | Plain Text
$(function() { $(".foodDrinks").click(function(){ window.location="?q=food-drink"; }); } );
You need to login to post a comment.
jesudasjj on 01/28/11
2 people have marked this snippet as a favorite
$(function() { $(".foodDrinks").click(function(){ window.location="?q=food-drink"; }); } );
You need to login to post a comment.