[Koha-bugs] [Bug 5184] Upgrade jQuery to the latest version

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 30 00:19:04 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5184

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9285|0                           |1
        is obsolete|                            |

--- Comment #18 from Mason James <mtj at kohaaloha.com> ---
Created attachment 9357
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9357&action=edit
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 at foundations.edu>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list