Skip to content

Instantly share code, notes, and snippets.

@fschell
Created March 4, 2014 10:13
Show Gist options
  • Save fschell/9343725 to your computer and use it in GitHub Desktop.
Save fschell/9343725 to your computer and use it in GitHub Desktop.
joomla! plain component output - add tmpl=component to query string
$('a').each(function(){
var $this = $(this);
$this.attr('href',$this.attr('href') + '?tmpl=component');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment