Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function $(algumaCoisa) {
  2.     if (typeof algumaCoisa === 'string') {
  3.         return 'sei que você me entregou um seletor, vou procurar pra vc';
  4.     } else if (typeof algumaCoisa === 'function') {
  5.         return 'me parece que você uqer colocar algo no document.ready... estou colocanmdo pra vc'
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement