Koha/koha-tmpl/opac-tmpl/prog/en
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
..
css Bug 7500 - Use CSS Sprites for faster page loading 2012-05-10 18:31:30 +02:00
includes Bug 2780 - Capitalize strings consistently (OPAC includes) 2012-04-10 10:03:31 +02:00
js Bug 7584 - Update cart and lists buttons style using CSS3 features 2012-03-08 16:02:09 +01:00
lib Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC) 2012-05-11 11:22:41 +02:00
modules Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC) 2012-05-11 11:22:41 +02:00
xslt Bug 7929 - Duplicate id "availability" on XSLT result page 2012-05-07 22:52:35 +02:00