[jQuery] Re: Expandable Div

2008-06-16 Thread anthonyd
You should check out jQuery UI - http://ui.jquery.com http://ui.jquery.com/functional_demos/#ui.resizable looks like it should do what you want. Ant. On Jun 17, 12:09 am, hubbs <[EMAIL PROTECTED]> wrote: > I am wanting to have a div that you can click your mouse on the edge > of it, and then drag

[jQuery] Re: ZenCart and jQuery

2008-06-12 Thread anthonyd
Hi All, The I just released a new ZenCart jQuery templates pack. It contains 5 ZenCart jQuery templates, They can be downloaded from http://zencart-jquery.com Enjoy and any feedback is appreciated, Ant. On Jun 9, 12:31 am, anthonyd <[EMAIL PROTECTED]> wrote: > I have a few oth

[jQuery] Re: ZenCart and jQuery

2008-06-08 Thread anthonyd
I have a few other jQuery templates for ZenCart due for release next Friday. They can be seen on http://zencart-jquery.com Any feedback before I release them is appreciated. On May 30, 2:14 am, anthonyd <[EMAIL PROTECTED]> wrote: > For anyone interested in integratingZenCartwith jQuer

[jQuery] Re: Hiding after a certain amount of elements are shown?

2008-06-03 Thread anthonyd
gt; or this ... > > $(".divclass:gt(3)").hide() > > cf.http://docs.jquery.com/Selectors/gt#index > > Cheers, > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Jun 3, 2008, at 7:46 PM, anthonyd wrote: > >

[jQuery] Hiding after a certain amount of elements are shown?

2008-06-03 Thread anthonyd
Hello, $(".divclass:not(:first)").hide(); Works perfectly in hiding everything after the first element with that class but I need to hide after the third or forth element with that class, any suggestions? Thanks, Ant.

[jQuery] Re: Sortable - onUpdate

2008-06-03 Thread anthonyd
Not too sure what you are trying to do but, $("#divid").sortable({ update: function(e,ui) { alert($ ('#divid').sortable('toArray')); } }); works for me. Hope this helps, Ant. On Jun 3, 11:17 pm, denise <[EMAIL PROTECTED]> wrote: > Hi, > > I'm very impressed with the plugins available for jQue

[jQuery] ZenCart and jQuery

2008-05-29 Thread anthonyd
For anyone interested in integrating ZenCart with jQuery, I have a ZenCart theme available here, http://zencart-jquery.com It is using the latest jQuery, UI, cookie & cookieJar as well as the latest version of ZenCart, any feedback is greatly appreciated. I'll be adding full credits to all pieces