Skip to main content
0 votes
1 answer
22 views

Selecting previous sibling when immediate next sibling has a certain class

I'm working in a content management system that uses Bootstrap and has a lot of default styling. The fullbleed hero image page headers have a default margin-bottom: 20px and border-bottom: 1px solid ...
Allison's user avatar
0 votes
0 answers
5 views

JQuery - use static file in getscript

In one of my script, I'm using $.getScript("https://rawgit.com/indrimuska/jquery-editable-select/master/dist/jquery-editable-select.min.js").then(() => {...}); to get a script before ...
Nico44044's user avatar
  • 401
0 votes
0 answers
5 views

Sorting in datatable not working when loading data dynamically

I'm using datatable and need to load it dynamically on every request/update. This code is working fine in all aspects but the sort functionality is not working properly. I tried using ChatGPT, ...
Awanish Mishra's user avatar
1 vote
1 answer
13 views

Is possible to automatically Set Dropdown Value Based on URL Parameter in FormCraft Form on WordPress?

I am working with a FormCraft form on a WordPress site and trying to automatically set the value of a Select2 dropdown based on a URL parameter. I have been struggling to get it to work despite ...
Tulio Perdigão's user avatar
-3 votes
0 answers
14 views

i want to make years slider with html css and js [closed]

I want to create a horizontal timeline slider, similar to the one in the image below, where each year is clickable and linked to specific content. The part I’m struggling with is how to link the ...
MD SOBUZ CHANDAR's user avatar
0 votes
0 answers
5 views

jQuery UI Selectable how to set default value [duplicate]

I want to select item with id="Today" by default. Here is my HTML: <ol id="selectable_date"> <li id="Today" class="ui-widget-content">Today</li&...
A. Gladkiy's user avatar
  • 3,364
0 votes
0 answers
16 views

Changing Column Order in Javascript FJS Table Module [closed]

How can I change the order of columns when using the table module in Javascript FJS? Manually changed the order, but this is not the solution I'm looking for. I want to add a new column at a specific ...
Haydar Ali Satar's user avatar
1 vote
0 answers
29 views

Upload multiple images, display a list with filename and new filename, and handle renaming on both source and destination directories(Laravel + AJAX)?

I’m working on a Laravel project where I need to implement a multiple image upload feature with the following requirements: Shared Directories: The source folder and destination folder are network-...
KBE's user avatar
  • 11
-5 votes
0 answers
34 views

Javascript fetching code instead of name within Django [closed]

This is a javascript that I have found in github, this is the link for it. The problem is that when I used the ph-address-selector.js, it works but instead of fetching the "display name", it ...
sleepy's user avatar
  • 1
-5 votes
0 answers
24 views

jQuery with dot net 7 stopped support [closed]

I am getting a problem with the following function after upgrade vs2022 with .NET 7 has stopped out of support jQuery(function () { $(document).ready(function () { $('select').select2(); ...
Hussain Al-Shaikh's user avatar
1 vote
0 answers
16 views

KendoUI jQuery grid column template with `values` field not works

I have defined following jQuery datagrid column. Users is assoc array of text and value fields. Column is correctly displaying users's fullname from values field. (new Kendo\UI\GridColumn()) ...
klaucode's user avatar
  • 330
-3 votes
0 answers
16 views

how to do split in jquery? [duplicate]

some of the phone data in my table is 03121234567, some are 03121234567,05321234567 if there is no comma in the expression print option 1 if there is a comma, print first 1 and then 2. how do i do ...
Ilyas Aydoğdu's user avatar
0 votes
0 answers
18 views

JQuery click event in bimsync api

i am trying to select objects by mouseclick in bimsyncs 3d viewer api. the documentation suggests something like $('.viewer').bind('viewer.select', function(event, selected) { console.log(selected)...
user3460882's user avatar
1 vote
0 answers
19 views

Integrate landing page in angular

I need a little help, I have a landing page created with HTML, CSS and Jquery, and I have a project in Angular, what I am looking to do is have the Landing page be displayed on the main domain (...
Jorge's user avatar
  • 11
1 vote
1 answer
37 views

Get multiple values from checkbox with jquery [closed]

I have a website created with wordpress and elementor. In my product page there is a product configurator and, when a user make a selection, this script print the selected value into a div: Each of ...
Paolofru's user avatar

15 30 50 per page