Guest User

Untitled

a guest
Jan 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. var property_single_location = $("#property [data-role='content'] .container");
  2.  
  3. var property_single_location = $("#property").find("[data-role='content']").find(".container");
  4.  
  5. $("#property [data-role='content'] .container");
  6.  
  7. $("#property div[data-role='content'] div.container");
Add Comment
Please, Sign In to add comment