[jQuery] jQuery and iPhone developers... effects working yet?

2008-09-17 Thread somedude
I have read through a few other posts and blog entries on getting jQuery to function properly (effects) on the iPhone. I tried a few libraries to help develop on the iphone but I keep returning to my beloved jQuery. Everything else is lines and lines of code while jQuery can do it in a single

[jQuery] Re: jQuery and iPhone developers... effects working yet?

2008-09-17 Thread somedude
I just tried it... perfect! thanks for the input i didn't even know about that library. If they work good together that's even better! Thanks again, On Sep 17, 5:17 pm, MorningZ [EMAIL PROTECTED] wrote: I'm using CiUI (http://clientside.cnet.com/cnet-js-standards/ciui-cnet- iphone-ui/) on a

[jQuery] Re: Animate function. Once I animate how do I er.... de... animate

2008-02-14 Thread somedude
}, slow); } x = !x; }); On Feb 13, 3:05 pm, somedude [EMAIL PROTECTED] wrote: Ok sorry about the title, don't know what to say. I have a site for a client, and when you click a certain div it animates with a marginTop -=300px like effect so the div is just visible

[jQuery] Animate function. Once I animate how do I er.... de... animate

2008-02-13 Thread somedude
Ok sorry about the title, don't know what to say. I have a site for a client, and when you click a certain div it animates with a marginTop -=300px like effect so the div is just visible sliding in behind another div. Now, if the user clicks the div again it will do the same and go up by 300px.