silvercover
Posts: 26
|
| Posted: 10/13/2010, 3:52 AM |
|
Hi,
I wonder why YesSoftware does not implement jQuery libraries as a native JavaScript library into CCS instead of YUI or ProtoType. I'm not against those two libraries nor underestimate their features, but I think jQuery has more richer community base and resources than others in which in my opinion made it first choice for web developers. besides it's much better to have integration in JS libraries.
P.S: for persons who seeking excuses, I know how to use jQuery manually or other technics.
Thanks in Advance.
_________________
The more I learn, the less I know! |
 |
 |
quasimidi
Posts: 151
|
| Posted: 10/13/2010, 4:56 AM |
|
Welcome to the club "it would be nice"! :)
_________________
RS |
 |
 |
andy
Posts: 183
|
| Posted: 10/15/2010, 4:05 AM |
|
If you are using the jQuery datapicker (nice), then make sure you put your jQuery javascript above any other javascript in the header otherwise CCS changes the name attribute of neighbouring input fields 
As long as jQuery goes at the top, seems to work fine.
I also use the following code to replace $ to avoid any possible conflicts with Prototype:
jQuery.noConflict();
jQuery(function() {
...
_________________
Andy
RAD tools for rich UI controls:
http://www.koolphptools.com |
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 10/21/2010, 2:31 PM |
|
There´s so much still to know.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|