Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
using jquery in whole application
#2
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')....
Joe
TSolucio
Reply


Messages In This Thread
RE: using jquery in whole application - joebordes - 07-11-2015, 05:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)