i get the follow error :"Uncaught TypeError: Property '$' of object [object Object] is not a function " I check google and stackoverflow for answer but mainly is recommended to check if the query is included, so at my case it is.
<script type="text/javascript">
$("#fakturayes").click(function () {
$("#ffields").show("slow");
});
$("#faktura").click(function () {
$("#ffields").hide("slow");
});
</script>
Any ideas ? Thanks in advance.