Advertisement
srikat

Untitled

May 11th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. jQuery(document).ready(function($) {
  2.  
  3. // parse the JSON string back to a JSON object
  4. $.backstretch($.parseJSON(BackStretchImg.src),{duration:3000,fade:750});
  5.  
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement