Advertisement
Guest User

Untitled

a guest
May 30th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function () {
  2.    $(document.body).on('click', "selector1", function () {
  3. });
  4.    $(document.body).on('click', "selector2", function () {
  5.    });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement