Advertisement
asadsuman

Effect-1

Feb 17th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <!----Effect part one---->
  2. 1. Creating Object in jQuery
  3. var foo = {foo:'bar', hello:'world'};//crating object.
  4. var $foo = $(foo);//including the object to jQuery.
  5. var result = $foo.prop('foo');//Get access the jquery object.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement