Abhoryo / APYJsFormValidationBundle

This bundle performs validations of a form in javascript. (i18n compatible and several javascript frameworks supported)
92 stars 23 forks source link

Autoload the javascript framework #19

Open Abhoryo opened 12 years ago

Abhoryo commented 12 years ago

Autoload the javascript framework if it's not load previously.

recipe commented 12 years ago

I disagree. Good practic is to put all javascript code at the bottom of the whole page.

Abhoryo commented 12 years ago

I agree with you. We can autoload the script in the bottom of the whole page too.