$(function() { $("#template").bind("change", function(){ window.location = "foo.jsp?bar=" + $(this).find(':selected').val(); }); });
No comments:
Post a Comment