Skip to main content

All Questions

Tagged with
0 votes
0 answers
16 views

Problem with my table head alineation caused by DataTables jquery plugin

I am not sure if I am repeating the question if yes guide to the right place :) I am using Datatable and trying to implement Horizontal Scrolling from this link https://datatables.net/examples/...
Ángela's user avatar
0 votes
1 answer
165 views

Assigning video url to the <video> tag dynamically on the fly

I need to assign the video url to the <video> tag on the fly, expecting the video to show in the player, also on the fly: I have this: <script> jQuery( '#the-video' ).children( 'source' )....
karlosuccess's user avatar
0 votes
2 answers
118 views

How to escape the apostrophe in javascript

When I select a name from dropdown where it has an apostrophe Example: Brian O'Connar My JS code will bring Brian O and rest of the characters after apostrophe gets cuts. My Original JS code to load ...
Nilanshu Vishesh's user avatar
0 votes
1 answer
113 views

Searching select options using parts of word with jquery select2

Say for example. If there is one option as "Eyes Nose", then I want to search the option with input as "Ey No". Select2 fails to suggest the option here. By default if we just ...
Paarth Pratim Mout's user avatar
1 vote
1 answer
234 views

Convert a simple unordered list into a nested list depending on the content of its list items

I have been looking for a solution that can help me to convert a single level html list into a multi level one. The HTML Code looks like this before the conversion: <ul> <li><a>...
Muzammil's user avatar
1 vote
0 answers
58 views

JQuery easing not working on google chrome

When using the JQuery easing plugin, it seems to not work on google chrome or Microsoft edge, while it works perfectly on safari. It is supposed to scroll down on page load with a really nice easing ...
bulletChicken070's user avatar
1 vote
0 answers
244 views

How to keep element centered while using jQuery UI resizable?

As you can see from the code below, the first "img" element is not centered because it uses jQuery UI resizable. <!DOCTYPE html> <script src="https://code.jquery.com/jquery-3.6....
user4589's user avatar
0 votes
1 answer
125 views

How to make a Start and end time picker one field only, using JQuery

Like that, and how to create start and end time picker like datetime picker popup. sorry for bad english maybe like this
Rizkiramadhani's user avatar
0 votes
1 answer
227 views

Undo the last click on button using JQuery

I have a code like this - <button class="btn">New York</button> <button class="btn">Amsterdam</button> <button class="btn">New Jersey</...
Ritik's user avatar
  • 11
0 votes
0 answers
11 views

How to do multi column sorting in jQuery DataTable? [duplicate]

How to do make multi-level sorting in jQuery Datatable. I want to sort my table first by Age and then messages. Here what I am having- Table with columns as Name, Age, Messages I want to first sort ...
Amara's user avatar
  • 341
1 vote
1 answer
6k views

Jquery Data Table , Edit single column value and send the value to back end for update

I am working on Data table and I would like to change the cell Value and send it to back end. I am able to create data table with editable field. I am able to assign static value "new" as I ...
Jordan's user avatar
  • 197
1 vote
1 answer
3k views

How to access torch (flashlight) using javascript or jquery?

I am using the html5-qrcode barcode scanner library v2.0.12 based on zxing-js. I am using php, javascript and html to make a PWA that scans barcodes. I am testing on an iphone 8 using iOS 14.7.1. Here ...
Rodney's user avatar
  • 524
1 vote
0 answers
192 views

How to Auto Save <p> tag content using savy.js plugin

I try to implement an autosave feature on the HTML page. so that when the user types anything it would store in local storage. For this, I am found the savy.js jquery plugin. when I using this plugin ...
Nitin Saini's user avatar
0 votes
1 answer
126 views

Daisy is overlapping the other contents of the div

I am a beginner. I am trying to use a jQuery plugin named "Daisy". I have implemented it successfully but I am facing a problem. The plugin is overlapping other contents of the div. Here ...
Munna Tripathi's user avatar
0 votes
1 answer
434 views

how to ignore validation of type of range input

hello I have one input range slider in my form. <input class="form-control" type="range" min="0" max="100" step="1" name="ageRange" id=&...
necati's user avatar
  • 187

15 30 50 per page
1
2 3 4 5
68