Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
78 views

I'm trying to animate an image move to the middle of the screen, zoom in, and become fixed when pressed, and then go back to where it was before when let go. However, the height and width are not ...
Caelpi's user avatar
  • 19
0 votes
1 answer
63 views

There is a div containing a bunch of HTML: <div id='thediv'> <p>Hello</p> </div> We want, on a certain event in jQuery 3.7.1, to have the contents of that div turned into ...
Mm-Art-In's user avatar
  • 23.1k
-5 votes
2 answers
104 views

How can I update a JSON the record in the DOM for each person, when their unique id is there twice, but under two different dates. I am making a weekly work rota. John, James, Helen, Susan etc. I ...
Jvaskana's user avatar
1 vote
2 answers
58 views

I'm using PHP8.1 and HTML. I have a form with checkboxes, which are fed dynamically from a MySQL database table. When I uncheck a checkbox and submit the form, the unchecked checkbox is still seen in ...
John Cowan's user avatar
  • 1,784
-2 votes
0 answers
50 views

I'm trying to make a system where a user can add or delete a row into a temporary table so that they can edit a JSON "table" that'll be sent via AJAX to get some query results (haven't ...
Eireni 'Fikia' Moutoussi's user avatar
0 votes
1 answer
42 views

I am using the code below to list the results in an Isotope call by published date and a priority flag. This works OK in Chrome, but I've noticed that the ranking is in reverse order in Safari - so ...
dubbs's user avatar
  • 1,197
0 votes
1 answer
42 views

I have this HTML code generated by Content builder JS editor in my back office: <div class="row clearfix" id="slider"> <div class="column">...</div> ...
François Macchi's user avatar
-1 votes
1 answer
82 views

I need to pass some data from an .aspx file to its code behind file. <form id="form1" runat="server"> <div> Name : <input type="text" id="...
blue piranha's user avatar
  • 3,918
1 vote
1 answer
87 views

I have this script on my main page. There are quite a few lines that are not directly relevant to the Ajax request but I've left them in in case that are having some unwanted effect. $(document).ready(...
TrapezeArtist's user avatar
-2 votes
0 answers
65 views

I would like to put a div with the class 'wrapper' around the divs with the class 'LIST', but not have them all bunched together. It needs to skip over different classes and start again. The desired ...
rickyspires's user avatar
2 votes
1 answer
135 views

I am using jQuery sortable to order the rows of a Bootstrap table. Functionally, it works fine. But while moving the <tr>, if the browser is sized such that the table doesn't fit in the ...
trubliphone's user avatar
  • 4,606
1 vote
0 answers
85 views

I have an ASP.NET MVC form with cascading dropdowns (Category -> Sub Category). Everything works fine when the form is rendered normally in the view. However, I changed my code to render the form ...
Mohamed Abdul Hamid's user avatar
1 vote
1 answer
55 views

Question I am using Zebra_DatePicker (v2.2.0) with an input field that is placed inside a container using position: sticky. The sticky container itself works correctly and stays fixed relative to the ...
JarMoo's user avatar
  • 44
4 votes
1 answer
86 views

I have XML that looks like this: <markers> <marker> <name>Company A</name> <geo comp="HQ">44.42, 26.95</geo> <geo comp="SA plant"...
Ed S.'s user avatar
  • 195
1 vote
1 answer
91 views

I edited the snippet yesterday but have no idea what happened to it? $('#Period1TimeFrom').timepicker({ timeFormat: 'HH:mm', interval: 15, minTime: '08:00', maxTime: '20:00', defaultTime: '&...
Pamela Whittaker's user avatar

15 30 50 per page
1
2 3 4 5
68959