Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <div class="dynamically change">
  2. <a href="">Trial Upgrade</a>
  3. </div>
  4.  
  5. $('div.dynamically.change' > a).click(function(){
  6. //your code
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement