Koha/koha-tmpl/opac-tmpl/prog/en/lib
Owen Leonard 806798dc66 Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC)
Upgrade jQuery in the OPAC.

To test: Try any JavaScript-dependent interaction
you can think of in the OPAC and watch for errors.

Revision updates the one syntax I've found so far in testing
which requires an update. Where we used to do this to
uncheck a checkbox:

$(foo).attr("checked","");

We should now use:

$(foo).removeAttr("checked");

As far as I can tell the old way will not generate an error
but neither will it work.

Signed-off-by: Chris Nighswonger <cnighswonger@foundations.edu>
2012-05-11 11:22:41 +02:00
..
calendar Fix for Bug 5140 - In Chrome, drop-down menus disappear after using pop-up calendar 2011-02-18 09:47:41 +13:00
greybox Correcting references in the OPAC to files in intranet-tmpl (Bug 3574). 2009-09-29 19:20:11 -04:00
jquery Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC) 2012-05-11 11:22:41 +02:00
yui Recent changes to YUI path preference require local OPAC copies of YUI library files. 2008-05-13 17:40:31 -05:00