User:Locke/common.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
mNo edit summary
mNo edit summary
Line 18: Line 18:
   var selector = $(this).attr( 'tab-selector' );
   var selector = $(this).attr( 'tab-selector' );
   tabstate[target] = {};
   tabstate[target] = {};
  console.log( this );
  console.log( $(this).attr( 'tab-target' ) );
   console.log( tabstate );
   console.log( tabstate );
   $(this).find( '.tab' ).each( function() {
   $(this).find( '.tab' ).each( function() {