Essential Grid Magento 1.x Extension Documentation

Ajax Post Content

Show Post Content on-demand above or below your Essential Grids.

From the plugin's main admin page, select "Edit Skin" for your Grid.
Next, link to "Ajax" from one of the skin's Layer elements.
Next, select a source to load from your Grid's "Ajax" tab.
Then choose your Navigation options and if the content should be displayed above or below the Grid
Result:
'); li.addClass('docuwithsubmenu'); li.find('>a, >.menu-expander').on('click', function() { var li = jQuery(this).closest('li'), expa = li.find('>.menu-expander'); if(expa.hasClass('opened')) { expa.removeClass('opened'); li.find('>ul').slideUp(200); } else { expa.addClass('opened'); li.find('>ul').slideDown(200); } return false; }); ul.hide(); }); });