07-11-2015, 05:11 PM
Hi
You should be able to use jQuery directly, it will be version 1.6.2 and you must use "jQuery" instead of "$", "$" is assigned to prototype. In other words, try:
jQuery('#id').....
instead of
$('#id')....
You should be able to use jQuery directly, it will be version 1.6.2 and you must use "jQuery" instead of "$", "$" is assigned to prototype. In other words, try:
jQuery('#id').....
instead of
$('#id')....
Joe
TSolucio
TSolucio