Using jQuery check if the callbacks have already been called at least once

  • جي كويري

Using jQuery check if the callbacks have already been called at least once.

الأجوبة

HTML Code :

<!DOCTYPE html>
  <html>
  <head>
  <script src="https://code.jquery.com/jquery-git.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Using jQuery check if the callbacks have already been called at least once.</title>
  </head>
  <body>
</body>
  </html>

JavaScript Code :

// A sample  function f1
var f1 = function( value ) {
  console.log( "f1:" + value );
};
 
var callbacks = $.Callbacks();
 
// Add the function "f1" to the list
callbacks.add(f1);
 
// Fire the items on the list
callbacks.fire("JavaScript" ); 
callbacks.fire( "jquery" ); 
 
// Test if the callbacks have been called
console.log( callbacks.fired() );
هل كان المحتوى مفيد؟

معلومات ذات صلة

تبحث عن مدرس اونلاين؟

محتاج مساعدة باختيار المدرس الافضل؟ تواصل مع فريقنا الان لمساعدتك بتأمين افضل مدرس
ماهو التخصص الذي تبحث عنه؟
اكتب هنا...