• Hi,

    first of all: Thank you for this nice plugin, makes inserting bootstrap-stuff a snap. However, I probably found an enhancement: Could we please get Ids for the collapses? The reason behind it: I’d like to open a specific collapse via url:

    // Opening accordion based on URL
    var url = document.location.toString();
    if ( url.match('#') ) {
        $('#'+url.split('#')[1]).addClass('in');
    }

    Think about a FAQ Section or smilar. This would make things a bit easier.

    Thanks again for your effort and Greetings from Germany

    https://www.ads-software.com/plugins/bootstrap-3-shortcodes/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘id for the bs_collapse shortcode’ is closed to new replies.