This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** IMPORTANT ****/ | |
You need to make sure the AJAX script is loaded on the page which is done via PHP using the following: | |
<?php totalthemecore_call_non_static( 'Vcex\Ajax', 'enqueue_scripts' ); ?> | |
/**** SAMPLE FILTER HTML ****/ | |
@note: You can have multiple filter elements with the same target - for example if you want to have a search element that targets a filter above the grid and then the rest of the filter options to the side. |