Skip to content

Instantly share code, notes, and snippets.

@kylerush
Created January 26, 2015 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylerush/6d4f6f9e423c92e07493 to your computer and use it in GitHub Desktop.
Save kylerush/6d4f6f9e423c92e07493 to your computer and use it in GitHub Desktop.
$("#second-reason").css({"left":"0px", "position":"relative", "top":"0px"});
$("#second-reason").detach().insertBefore("#first-reason");
$(".companies").css({"left":"0px", "position":"relative", "top":"0px"});
$(".companies").detach().insertBefore(".reasons");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment