newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Use jQuery/jQuery-ui google hosted CDN #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Perhaps we should by default use the google hosted copies of jquery.

We should still allow for the user to change the jquery path so they can
use there own, or the one included in the class package.

We could directly link to the jquery librarys that google hosts, or we can
use the google ajax libraries api properly:

http://code.google.com/apis/ajaxlibs/

(direct current links)
https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js

Original issue reported on code.google.com by moncojhr@gmail.com on 27 May 2010 at 4:50

GoogleCodeExporter commented 8 years ago
I made changes for this in 
http://code.google.com/p/php-form-builder-class/source/detail?r=269

Original comment by moncojhr@gmail.com on 8 Jul 2010 at 2:43

GoogleCodeExporter commented 8 years ago
What is the actual gain with this change? 

Original comment by sven.lar...@gmail.com on 2 Aug 2010 at 10:06

GoogleCodeExporter commented 8 years ago
This article should provide you with an answer to your question - 
http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-fo
r-you/

Original comment by ajporterfield@gmail.com on 3 Aug 2010 at 2:45