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