Guest User

Untitled

a guest
Apr 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var ArticleCommentInterface =
  2. {
  3. init:function()
  4. {
  5. $("#TrackBackHolder").hover(function(){ alert("ok");});
  6.  
  7. }
  8. }
  9.  
  10. $(document).ready(ArticleCommentInterface.init);
Add Comment
Please, Sign In to add comment