Possible Duplicate:
What does “options = options || {}” mean in Javascript?
What is the meaning of the || in the second argument?
   var obj = this;
   var settings = $.extend({
       param: 'defaultValue'
   }, options || {});
Also would be nice if anyone knows how to search that character("|") here or in google! Thank you
 
     
     
     
     
    