Skip to content

Instantly share code, notes, and snippets.

@andretges
Last active January 2, 2016 14:39
Show Gist options
  • Save andretges/8317706 to your computer and use it in GitHub Desktop.
Save andretges/8317706 to your computer and use it in GitHub Desktop.
sms-track
$('#line1, #line2').each(function(){
var x = $(this).find('div:first').width(90);
x.html(x.attr('h'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment