Skip to content

Instantly share code, notes, and snippets.

@simplesthing
Created April 1, 2015 20:11
Show Gist options
  • Save simplesthing/e54942d3630a3ab9eab6 to your computer and use it in GitHub Desktop.
Save simplesthing/e54942d3630a3ab9eab6 to your computer and use it in GitHub Desktop.
wrap in a directional floated parent jQuery
angular.element('.right').wrapAll('<div style="float: right; height:100%;"></div>');
angular.element('.left').wrapAll('<div style="float: left; height: 100%; "></div>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment