I'm using processmaker 3.1 and wanna to hint with jquery like a tutorial: for example in first visit a script hint about plugins. but jquery not load completely and I can't use $(...). when I include jquery in firebug:
include('http://code.jquery.com/jquery-latest.min.js');
jquery-latest.min.js properly included.
TypeError: m.isArray is not a function
when u use dynaforms in processmaker 3.1 it loads jquery and no extjs and maborak js apear in iframe contents. now I wanna to exclude maborak or use jquery with maborak included. a question about ajax in processmaker Ajaxing in Processmaker give a solution to use $.conflict but firebug said:
$.noConflict();
TypeError: $.noConflict is not a function
$.noConflict();
is there anybody help me?