[jQuery] Effects/show callback in Internet Explorer

2010-01-11 Thread Mimi
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

[jQuery] jCarousel - set start variable based on class w/Dynamic data

2009-05-06 Thread Mimi
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