Guest User

Untitled

a guest
Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $("elements").filter(function (index) {
  2. var tabRel = $(this).attr("rel").split(" ");
  3. for(var i = 0, len = tabRel.lenght; i < len; i++)
  4. {
  5. /*
  6. * Parcours de tabRel qui est un tableau de string, tu fais ta comp et tu retourne true si tu trouve le bon truc
  7. */
  8. }
  9. // fin de boucle, pas trouvé
  10. return false;
  11. }).tonAction();
Add Comment
Please, Sign In to add comment