This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var testReplies = 10000, | |
testCode = function() { | |
/* code to test */ | |
//$(this) is #actionBox, use it as your container | |
//#actionBox that will be removed after test | |
}, | |
actionBoxConfigure = function(){ | |
/* put elements into actionBox here */ | |
//var i=100; |