javascript - How to add JQuery after Ajax? -
javascript - How to add JQuery after Ajax? -
there containers have dropdowns, initialized using materializecss
class="lang-js prettyprint-override">$('.dropdown-button').dropdown({ induration: 300, outduration: 225, constrain_width: true, // not alter width of dropdown of activator hover: false, // activate on click alignment: 'right', // aligns dropdown left or right border (works constrain_width) gutter: 0, // spacing border beloworigin: false // displays dropdown below button });
later add together more containers page using ajax, dropdowns not work on them anymore ...
how prepare it?
javascript jquery ajax
Comments
Post a Comment