aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript/jquery.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10155] Update jQuery to 1.8.3Matt Friedman2013-03-141-18/+2
| | | | | | | | | | | Currently included jQuery is old by now, v1.6.2. We should update to 1.8.3. This allows us to take advantage of the latest form of jQuery event delegation ($.on). I don't think it wise to update to jQuery 1.9.x yet, as many 3rd party scripts still need to be updated to cope with its deprecated features ($.browser). Therefor, 1.8.3 is the latest and most widely compatible stable version right now. PHPBB3-10155
* [ticket/10155] Update to jQuery 1.6.2Igor Wiedler2011-07-121-3/+5
| | | | PHPBB3-10155
* [ticket/10155] Add jQuery, introduce global assets pathIgor Wiedler2011-07-111-0/+16
Add the jQuery JavaScript library to all pages, giving modifications instant access and allowing for any future core JavaScript to take advantage of it. Also introduce a global /assets directory for assets that are shared between styles. PHPBB3-10155