Development

Changeset 7022

You must first sign up to be able to contribute.

Changeset 7022

Show
Ignore:
Timestamp:
01/12/08 05:10:27 (5 years ago)
Author:
Tiago.Ribeiro
Message:

[sfJqueryPlugin] Loading jquery.js before all javascript files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfJqueryPlugin/lib/helper/jQueryHelper.php

    r6714 r7022  
    33 * Include the jquery.js core whenever the jQuery helper is needed 
    44 */ 
    5 sfContext::getInstance()->getResponse()->addJavascript(sfConfig::get('app_sfJQueryPlugin_library_path', 'jq/jquery')); 
     5sfContext::getInstance()->getResponse()->addJavascript(sfConfig::get('app_sfJQueryPlugin_library_path', 'jq/jquery'), 'first'); 
    66 
    77/**