Modular grid in bookmarklet


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. javascript:function%20fnStartGrid(sUrl)%20{var%20nScript%20=%20document.createElement('script');nScript.setAttribute('language','JavaScript');nScript.setAttribute('src',sUrl);document.body.appendChild(nScript);}fnStartGrid('http://www.sprymedia.co.uk/design/grid/media/js/grid-loader.js');

URL: http://www.sprymedia.co.uk/article/Grid

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.