Difference between revisions of "Template:Team:NUS Singapore/JS"

Line 56: Line 56:
  
 
$.fn.lettering = function( method ) {
 
$.fn.lettering = function( method ) {
var andop = function (a, b) {
 
        if (a) {
 
          if (b) {
 
            return true;
 
          } else {
 
            return false;
 
          }
 
        } else {
 
          return false;
 
        }
 
      };
 
 
// Method calling logic
 
// Method calling logic
 
if ( andop(method, methods[method]) ) {
 
if ( andop(method, methods[method]) ) {
Line 334: Line 323:
 
   $.fn.textillate = function (settings, args) {
 
   $.fn.textillate = function (settings, args) {
 
     return this.each(function () {
 
     return this.each(function () {
      var andop = function (a, b) {
 
        if (a) {
 
          if (b) {
 
            return true;
 
          } else {
 
            return false;
 
          }
 
        } else {
 
          return false;
 
        }
 
      };
 
 
       var $this = $(this)
 
       var $this = $(this)
 
         , data = $this.data('textillate')
 
         , data = $this.data('textillate')

Revision as of 06:19, 4 October 2016