[jQuery] adding extension property to jCarousel

2009-09-10 Thread W. Young
I can add extension methods to the jcarousel add in such as: jQuery.jcarousel.fn.extend({ position: function() { //alert(this.first-1); } }); jQuery.jcarousel.prototype.position = function() { //alert(this.first-1); }; but I want to get access to the "fir

[jQuery] How to subscribe to only discussions you've created or posted to

2009-09-08 Thread W. Young
This is similar to how forums work. I can't seem to find a way to do this so it's probably not available. Just thought I'd ask anyway. Thanks

[jQuery] Re: slide one div out left while sliding one in right

2009-09-04 Thread W. Young
are quite simple. > > -Anoop > > On 8/29/09, Charlie wrote: > > > > > there are lots of plugins to do this > > > look for carousel or scroll in a plugin search > > > jCarousel and scrollable are 2 excellent ones that come to mind as well as > > scr

[jQuery] Re: slide one div out left while sliding one in right

2009-08-29 Thread W. Young
item at a time. On Aug 26, 10:16 am, "W. Young" wrote: > I have a container div with two inner divs.  I have one inner div > visible taking up 100% of the visible area and another hidden div.  I > want the visible div to slide to the left while simultaneously sliding > the

[jQuery] Re: not returning a JSON object

2009-08-27 Thread W. Young
have you tried json.d ? On Aug 27, 9:38 am, defdev wrote: > Hi, > > i have a form defined as follows: > > $(document).ready(function(){ >         $('#edit_page_form').ajaxForm({ >                 type: "POST", >     timeout: 45000, >           dataType: 'json', >     error: function() { >      

[jQuery] slide one div out left while sliding one in right

2009-08-26 Thread W. Young
I have a container div with two inner divs. I have one inner div visible taking up 100% of the visible area and another hidden div. I want the visible div to slide to the left while simultaneously sliding the other div in from the right. This works fine except that while the right div is slidin