JFormValidate

Hi Guys,

This is my first posts as of now, I just wanna ask if someone/somebody know that this files hosted by google? I was thinking that I want to make this .js files external to my web server (e.g. for update purposes etc…).

Since I was declare it in my config/main.php file

‘clientScript’=>array(

     	'scriptMap'=>array(


          	'jquery.js'=>false,


			  'jquery.jfvalidate.helper.js'=>false,


			  'jquery.validate.min.js'=>false,


			  'additional-methods.js'=>false,


     	),


	),	

The thing is, I don’t want to host the jquery.* file in my web server.

Thank you!

regards,

Pinoy Coderz

Hi Pinoy Coderz

you may find JQuery main file hosted on google or other provider, but for sure, you will not find other JS files included in this extension, as they are specific for the extension itself.

ciao

8)

thank you!