Skip to content

Instantly share code, notes, and snippets.

@mspanish
Created August 28, 2013 20:38
Show Gist options
  • Save mspanish/6370945 to your computer and use it in GitHub Desktop.
Save mspanish/6370945 to your computer and use it in GitHub Desktop.
Very cool snippet; use jquery to get css value from any selector (wow!) From https://snipt.net/public/tag/javascript/
// © 2012-2013, [ Abstract Codify ] Abstractcodify.com All Rights Reserved. <div class='class' style="right: 10px;"> any more.. </div> a = parseInt($('.class').css('right')); // value "a" echo 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment