JQuery determines whether the given string is empty

From , 3 Years ago, written in JavaScript, viewed 54 times.
URL https://pastebin.vip/view/b5d62aa6
  1. function IsVain(s)
  2. {
  3.     if($.trim(s)==''){
  4.         return true;
  5.     }else{
  6.         return false;
  7.     }
  8. }

Reply to "JQuery determines whether the given string is empty"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website