Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

The following logical pattern repeats several times: $("#dt_start").on("dp.change", function (e) { $('#dt_end').data("DateTimePicker").minDate(e.date); }); $("#...
Pedro Donato's user avatar
0 votes
0 answers
35 views

I have a jquery based functionality that prefilters all ajax queries so it can intercept 401 requests and refresh api authorization. I used to use a function that simply checks for a 401, refreshes ...
Kryten's user avatar
  • 11
-1 votes
2 answers
38 views

I have this Jquery code and get a deprecated message. How do i replace them to get rid of the deprecated messages. api.$element.on(this.eventType('start'), $.proxy(this.start, this)); api.$element....
backups's user avatar
  • 593
-1 votes
0 answers
56 views

I'm developing a website with laravel as backend and pure js as frontend. I'm getting a field named Bio and in backend I'm removing any unwanted html tags and keep the ones I need with mewebstudio/...
hosein in jast's user avatar
-3 votes
0 answers
42 views

I have an input in my jsp which gets userInfo from a ModelAndView object. <input value="Submit" name="proceed" type="button" id="btnSubmit" class="btn ...
runnerpaul's user avatar
  • 7,584
-2 votes
0 answers
45 views

I have the following which creates an array (of sorts!): var combined = []; function slides(){ $.ajax({ type: "GET", url: '../queries/get_all_slides.php', cache: false, dataType: &...
George Feichter's user avatar
2 votes
1 answer
48 views

I am using Tabulator (v6.3) and facing a conflict between the selectableRange module and the rowSelection formatter (checkbox). The Goal: I want to use Excel-like range selection (selectableRange: 1) ...
sout's user avatar
  • 23
0 votes
0 answers
36 views

$('#loginForm').on('submit', function (e) { e.preventDefault(); const username = $('#username').val(); const password = $('#password').val(); $.ajax({ url: '/login', ...
David Denis's user avatar
0 votes
1 answer
156 views

I am working on a template composed of pure HTML, JavaScript (using jQuery and Slick libraries), and CSS. Note: I am not using any common frameworks aside from Bootstrap. This is the part of the <...
DevQt's user avatar
  • 1,944
0 votes
1 answer
49 views

I’m having an issue with Kendo MultiColumnComboBox where the select event is not fired from time to time. Component: Kendo jQuery MultiColumnComboBox Option: serverFiltering: true Symptom: After ...
guli5057's user avatar
0 votes
2 answers
80 views

I am adding a new option to a select2 optiongroup with custom drawing of options. here is my code: function defaultParameter(value, defaultValue) { return typeof value !== 'undefined' ? value : ...
Emma Harris's user avatar
1 vote
1 answer
79 views

I use this lightweight plugin to display text continuation on hover : https://lukifer.github.io/HoverForMore.js/ I am using the jQuery each function to call all items and run this plugin on each one, ...
ehsan's user avatar
  • 50
Advice
0 votes
2 replies
47 views

I'm trying to use dataset content in my Javascript, but I can't get it to work. Is this even possible or has the content run too late? The values are being output in console correctly. // JavaScript ...
Ruth's user avatar
  • 79
Tooling
0 votes
3 replies
64 views

I’m trying to implement a real-time notification system in my Laravel application. The frontend uses jQuery, and the backend uses Laravel’s broadcasting system with Reverb (also tried with Octane and ...
Mohammad Fazal's user avatar
0 votes
1 answer
54 views

I'm using PHP8.1 and JQuery. I have a script with several links that each have an id that is a digit only. i.e: <a href="#" id="<?= $id ?>"><?= $student_name ?>&...
John Cowan's user avatar
  • 1,764

15 30 50 per page
1
2 3 4 5
68983