Guest User

Untitled

a guest
Dec 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <li id="liPryName"> <span><i class="glyphicon glyphicon-folder-open"></i></span> <div class="id">Valor de Id</div></li>
  2.  
  3. $("#liPryName").dblclick(function () {
  4. alert($(this).html());
  5. })
Add Comment
Please, Sign In to add comment