Topic: Function name and selector for Popout Panel
jQuery('select').material_select();
which I can use to add javascript callbacks when some events are triggered on my front end, I need the same for this Popout Panel:
Popout PREMIUM COMPONENT
http://mdbootstrap.com/components/panels/
Add surrounding .popout class div to achieve fancy popout effect:
I tried few different but somehow I need to know the exact function() and ('selector')
This is my final goal:
jQuery( document ).on( 'js_event_wpv_pagination_completed', function( event, data ) {
//here goes the same magic as for select Boxes, means, something like jQuery('select').material_select();
//but as said, for the Popout Panel accordion.
//I tried:
//jQuery('panel-heading active').parentSelector();
//jQuery('panel-heading active').selector();
//both did not work
//what is the functions and selector name?
});
Michal Szymanski
staff pro premium priority answered 9 years ago
$(document).ready(function () {
$('.collapsible').collapsible();
});
Daniel
pro answered 9 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No