3 Replies Latest reply on Dec 11, 2007 6:30 AM by liuliu

    about jquery

    liuliu

      hi,

      I think jquery.js is included in the header. i tried to call some api of jquery directly in my javascript. i used something like : jQuery("myId").fadeIn(1000), it does not work.

      But if i use <rich:jQuery selector="#myId" timing="onJScall" query='fadeIn(1000)' name="fadein"/> and then cal fadin in my javascript, that works. Why? Should i call all jquery api like that?

      thanks in advance

      liu