Zlatan y Pique hablando en el estacionamiento.
// if Tabbed content...
jQuery.fn.ifTabbedContent = function(jObj) {
var objs = jQuery(".ui-tabs-panel");
jQuery.each(objs, function(index, obj) {
var id = jQuery(this).attr('id');
// disabled: not longer needed if tabs are rendered via controller (blocks)
// enabled: if tabs are hardcoded on template
// disabled: -> // var $tabitem = jQuery(this).parents().find('.ui-tabs-nav li a[href=#' + id + ']');
var $content = jQuery.trim(jQuery("#" + id)...
Continuar leyendo