Jqm is not a function
- by kris
Hi all,
I'm having some trouble with Jquery and JqModal, and I hope you are able to help, since I've been struggling for hours..
Having a single button element with an onclick action running my method "test" (shown below):
$('#picture_form').jqm({ajax: '/test.php'});
$('#picture_form').jqmShow();
This will load the ajax content of…