Skip to content

Instantly share code, notes, and snippets.

@mtigdemir
Created March 30, 2015 11:05
Show Gist options
  • Save mtigdemir/e28077857e2ea502af28 to your computer and use it in GitHub Desktop.
Save mtigdemir/e28077857e2ea502af28 to your computer and use it in GitHub Desktop.
Redirect::back()->with('tab' , 'tab-photos');
$(document).ready(function(){
$('#companyTabs a[href="#{{Session::get('tab')}}"]').tab('show');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment