Paste: jquery post

Author: alvin
Mode: javascript
Date: Fri, 4 Jun 2010 20:22:13
Plain Text |
    jQuery.post(
        '/videos/thumbnail', 
        {
            sort_by : 'favorite',
            first : carousel.first,
            last : carousel.last
        },
        function(data) {
            //mycarousel_itemAddCallback(carousel, carousel.first, carousel.last, data);
            alert(data);
        },
        'json'
    );
};

New Annotation

Summary:
Author:
Mode:
Body: