Skip to content

Instantly share code, notes, and snippets.

@prajwal-stha
Created July 17, 2017 12:03
Show Gist options
  • Select an option

  • Save prajwal-stha/e96fcc5526d432bb8278a3fc3eac3d64 to your computer and use it in GitHub Desktop.

Select an option

Save prajwal-stha/e96fcc5526d432bb8278a3fc3eac3d64 to your computer and use it in GitHub Desktop.
var eci_jjp = {
eci_swap_sections: function( ){
$('#bodycontent .container').first().insertAfter($('#bodycontent .container').last());
return $(this);
},
eci_init: function(){
var obj = this;
obj.eci_swap_sections();
}
}.eci_init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment