No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
Just place jquery url on the top of your jquery code
like this–
<script src="<%=ResolveUrl("~/Scripts/jquery-1.3.2.js")%>" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$('#post').click(function() {
alert("test");
});
});
</script>