Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using JQuery In Apex

Gus CJun 15 2012 — edited Jun 21 2012
I am using Apex 4.1

I am trying to animate a list, so wanted to use JQuery
So I edited my page and placed the following in Javascript box.
$(function() {
        $("#MAIN").show("slide", { direction: "up" }, 500);
                
});
I gave my list region the id MAIN.
Unfortunately the animation does not work.
I believe the Jquery file required to make this work is jQuery UI Effects, which I believe is loaded automatically in Apex 4
or am I wrong

Cheers

Gus
This post has been answered by Yann39 on Jun 21 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2012
Added on Jun 15 2012
22 comments
1,029 views