| Current Path : /home/ereika83/public_html/wp-content/plugins/unbounce/js/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/unbounce/js/unbounce-page.js |
// Unbounce-Page.php JS Functions
function swap_primary_buttons(current_primary, current_secondary) {
var $ = jQuery;
$('#' + current_primary).removeClass('button-primary');
$('#' + current_secondary).addClass('button-primary');
}