PHP Classes

File: src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/menu/menu_test_helpers.js

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/menu/menu_test_helpers.js   Download  
File: src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/menu/menu_test_helpers.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 480 bytes
 

Contents

Class file image Download
(function() { var lastItem, log = []; TestHelpers.menu = { log: function( message, clear ) { if ( clear ) { log.length = 0; } if ( message === undefined ) { message = lastItem; } log.push( $.trim( message ) ); }, logOutput: function() { return log.join( "," ); }, clearLog: function() { log.length = 0; }, click: function( menu, item ) { lastItem = item; menu.children( ":eq(" + item + ")" ).find( "a:first" ).trigger( "click" ); } }; })();