Item12048: upgrade to jquery-1.8.x and jquery-ui 1.8.x

pencil
Priority: Enhancement
Current State: Closed
Released In: 1.1.6
Target Release: patch
Applies To: Extension
Component: JQueryPlugin
Branches: Release01x01 trunk
Reported By: MichaelDaum
Waiting For:
Last Change By: GeorgeClark
CAUTION: in the latest jquery-1.8.x this does not work anymore

if ($(".some-query")) {
  found
}

this has to be

if ($(".some-query").length) {
  found
}

-- MichaelDaum - 20 Aug 2012

 
Topic revision: r13 - 02 Dec 2012, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy