jTimer】的更多相关文章

  很多时候我们需要按时间间隔执行一个任务,当满足一定条件时停止执行.此插件旨在解决这一经常遇到的问题. jTimer: (function ($) { $.extend({ timer: function (action,context,time) { var _timer; if ($.isFunction(action)) { (function () { _timer = setInterval(function () { if (!action(context)) { clearInt…
Source Event Event Listener AbstractButton (JButton,JToggleButton, JCheckBox,JRadioButton ActionEvent ChangEvent ItemEvent ActionListener ChangeListener ItemListener JTextField JPasswordField ActionEvent CaretEvent DocumentEvent UndoableEvent ActionL…
/* Date: 2014-07-29 4:06:07 [PM] */ function StringBuilder() { this.strings = new Array, this.length = 0 } function jdThickBoxclose() { $(".thickclose").trigger("click") } function getparam() { var a = "", b = ""; n…
(function (){ var jtimer = function() { // init if(arguments.length >= 1) { this.setEndTime(arguments[0]); } if(arguments.length >= 2) { this.setGenerateCallBack(arguments[1]); } }; jtimer.prototype.setEndTime = function () { if(arguments.length ==…