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
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
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
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
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() {
>
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
6 matches
Mail list logo