Created
July 17, 2017 12:03
-
-
Save prajwal-stha/e96fcc5526d432bb8278a3fc3eac3d64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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