Hello,
I am new to jQuery and over all web development.
I recently created a site using jQuery Effects/show (callback)
function, with a very basic show/hide effect.
$("button").click(function () {
$("p").show("slow");
});
However, it works fine in Safari and Firefox, but does not work
I have a dynamic jCarousel which pulls in JSON data from php, and
prints out the list html.
What I'm trying to do is set the carousel start item as a variable,
which would find the item with the class ".active", and start with
that item. The problem is that since the data is dynamic when it
look
2 matches
Mail list logo