Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/administrator/components/com_componentbuilder/custom/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/administrator/components/com_componentbuilder/custom/form.js

jQuery(document).ready(function() {
	jQuery('#tour_favorite').click(function() {
		if (jQuery(this).attr('rel') == 'no') {
			jQuery('#tour_favorite').removeClass('favorite_inactive')
			.addClass('favorite_active').attr('rel',
'yes');
		} else {
			jQuery('#tour_favorite').removeClass('favorite_active')
			.addClass('favorite_inactive').attr('rel',
'no');
		};
	});
});