• My javascript and ajax wizardy are minimal. Any idea how to switch the onChange to load the pages using AJAX? Everything else is working beautifully.

    <select name="categories" onChange="window.location.href=this.options[this.selectedIndex].value;" value="GO">
    
    <option value="0" selected="selected">Choose Category</option>
    <option value="<?php bloginfo('url'); ?>/category/concert-reviews/">Concert Reviews</option>
    <option value="<?php bloginfo('url'); ?>/category/album-reviews/">Album Reviews</option>
    <option value="<?php bloginfo('url'); ?>/latest-reviews-news/">Latest Reviews & News</option>
    
    </select>

    https://www.ads-software.com/plugins/advanced-ajax-page-loader/

  • The topic ‘Trigger Ajax with Select Dropdown Menu’ is closed to new replies.