Skip to content

Instantly share code, notes, and snippets.

View cloudxero's full-sized avatar

Jorge Chavez cloudxero

View GitHub Profile
@cloudxero
cloudxero / reorder-vrs-tabs.js
Created December 23, 2011 00:16
DealerTrend API - Reorder VRS tabs
jQuery(document).ready(function() {
if (jQuery('body.home').length) {
// Only put as many variables as there are tabs
var first_tab;
var second_tab;
var third_tab;
var fourth_tab;
jQuery('.vrs-widget-item-wrapper').tabs('destroy');
jQuery('.vrs-widget-item-wrapper ul li').each(function(index) {
var tab = jQuery(this);