Category "jquery"

how to add class on table using javascript in tinymce?

I have some problem to add class on table. I wanna this code <table></table> become this code by click a button in tinymce. <t

How to add custom popup window in shopify?

Hi simply I want to add a popup window that appears when the user clicks on a link/button on the product page to show him/her the washing instruction for exampl

How can I add rel = "nofollow" to a link in CKEditor if it's an external link

i want to give rel="nofollow" to my external links which its content managed by ckeditor. example.com = my site externallink.com = any external link For exa

DataTables: Cannot read property style of undefined

I am getting this error with the following: jquery.dataTables.js:4089 Uncaught TypeError: Cannot read property 'style' of undefined(…) _fnCalculateColum

onChange event is not working in color type input

I search a lot and find answers on Stack Overflow but all in vain, nothing is working for me. I want to get the color value when color is changed in input field

Centered owl-carousel where each image has the same hight and keeps its aspect ratio

Is there an approach to to create a centered owl-carousel where each image has the same height without losing its aspect ratio? I tried to calculate the image s

Jest not recognising JQuery Object ($)

I have used JavaScript to created a simple web application to measure how much time I spend on different projects. I want to test the code with Jest and this wo

Trigger selectize load method programmatically

Again simple question on selectize.js. I have an independent user interface element (let's refer to it as input A) and a selectize element. Selectize element i

how to remove white space in select 2

I had dynamically added the value of the option in select2 as it came from the database but when the field has no value the space can be selected. How should I

Add Class in html Dynamically in PHP

I am trying to add class in anchor tag dynamically by using Java script or Jquery. I have find many solution but not what i am looking. I am want to use PHP dyn

Javascript / JQuery Contenteditable resize handles should set table column width parameter

I'm looking for a solution primarily supported by Webkit browsers (Chrome / Edge / Safari) that allows table columns to change the actual width of these columns

JQuery Filterizr doesn't work correctly with a large list

In my Asp.net MVC application, I use Jquery and to filter a product list. It works perfectly with a list of products of 80-90 elements. But when there is a larg

Returning JSON data as a stream per chunk to Angular2 or jQuery over HTTP2 (HTTPS)

In one of my API's I mostly return a result (let's say paged 50 results) as one whole in an json array like so: [{},{},{},{},{},...] I was wondering if there

Dynamically-added Parameter to JS File (cache-busting) Does Not Cause Reload

I've added a random date param to my CSS and JS files in order to "cache-bust"... HTML (head) <!-- STYLE --> <link href="assets/css/style.css" rel="s

JQuery .on("click") triggers "mouseover" on touch device

I'm encountering unwanted behavior when using JQuery's $.on("click", function(){}); on touch devices. This is my code below: Code: $(".team").on("mouseover",

Why is setInterval making infinite loops

I'm trying to set a timer so it display the seconds and min left of an user and I'm using setInterval to get the seconds and if there are 60 seconds it will red

tinymce automatic list items

I am using the tinymce lib. this is my code: <div class="beschreibung"></div> <script> tinymce.init({ selector: '.beschreibung', inline

Scroll Snap Breaks Smooth Scrolling

I am trying to make a page with scroll snap as well as smooth scrolling when you click on a link but scroll snap seems to break smooth scrolling. On iOS it brea

JQuery click event for multiple elements with same ID

I have HTML page having below structure of div elements. <div data-videos-list="listelement" id="band-comments-div"> <label> <!-- Some code

Change Multiple CSS property from multiple CSS class dynamically in Angular

In angular, we can easily change the property of a CSS class dynamically, like if I have a class .my-class { background: url('..') } and if I used my-class a