Kantsverma

Results 7 comments of Kantsverma

Fixed it using the jQuery("body").on("click", events it worked on append html.

@maab16 yes i resolved it thank you for the response.

@maab16 Yes sure I was sending the wrong parameters of the Product image. All the parameters should be perfect even the product image URL should be propper image URL that...

I am also facing the same issues. I am using the below code. ``` var mainlogo = $('.site-header__logo img').attr('src'); var cataglugeName = $('.product-single__title').text(); const footerlogo = 'http://example.com/images/footer-logo.png'; const linedraw =...

Solved the issues by adding this by adding wrapper div and css width in px. It work for me ``` var getContent = ""+$('.description').html()+""; doc.html(getContent, { callback: function () {...

You should try this one its working fine https://github.com/lou/multi-select/issues/283

@andersleet its working fine only one thing is on deselect of multiple options the disabled does not work for the same limit. It give option to add more as per...