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

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -