kirankumar
Posts: 6
|
| Posted: 08/28/2008, 2:42 AM |
|
Hi,
Can we implement J Query validations using CCS4 ?
If so please help me how to implement
ThanQ
|
 |
 |
maxhugen
Posts: 272
|
| Posted: 09/01/2008, 6:50 PM |
|
As I understand, jquery is a javascript library of functions. CCS also utilises some javascript libraries, like prototype and YUI.
You should certainly be able to add the jquery library to your CCS pages by including it (see the jquery documentation) - it would look something like:
<script language="JavaScript" src="js/jquery.js" type="text/javascript"></script>
However, I would point out that CCS itself offers some pretty good validation capabilities, and depending on what you need to do, these may well be sufficient for you.
HTH
_________________
Max
www.gardenloco.com | www.eipdna.com | www.chrisarminson.com |
 |
 |
|