skip to Main Content

can't append multiline html with jquery – Photoshop

I'm trying to append a multilined HTML code to a div using jquery, but it keeps giving me error "Unexpected token ILLEGAL" Here is a line I'm trying to append: $('.irbiswindow').append('<table class="ts"><tr><th class="ts-yw4l" rowspan="3"><img src="img/previews/3_1_1.jpg" class="previewing"> <img src="img/previews/3_1_2.jpg" class="previewing"><img src="img/previews/3_1_3.jpg"…

VIEW QUESTION

Twitter bootstrap – bootstrap-select hide event not firing

I'm trying to figure out why I can't get the close event triggered when a bootstrap-select is closed. $(function() { $('.selectpicker').on('hide.bs.dropdown', function () { alert('hide.bs.dropdown'); }) }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.css" rel="stylesheet"/> <link href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.7.2/css/bootstrap-select.css" rel="stylesheet"/> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/js/bootstrap.js"></script> <script…

VIEW QUESTION
Back To Top
Search