RishiShreshtha

Untitled

Mar 17th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(document).ready(function () {
  2.   jQuery(".flex-control-nav li").hover(function () {
  3.     alert ("Why this is not alerting!");
  4.   });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment