Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----Effect part one---->
- 1. Creating Object in jQuery
- var foo = {foo:'bar', hello:'world'};//crating object.
- var $foo = $(foo);//including the object to jQuery.
- var result = $foo.prop('foo');//Get access the jquery object.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement