Skip to main content
0 votes
0 answers
14 views

I've tried: jQuery('.gutentor-post-title a').removeAttr('href'); jQuery('.author.vcard a').removeAttr('href'); jQuery('.posted-on a').removeAttr('href'); on https://omega.dev.eggdesign....
Steve's user avatar
  • 1,897
0 votes
1 answer
49 views

I am using jquery.validation in an ASP.NET MVC form and would like to disable the submit button when jquery.validation passes and form actually submits. The validation triggers in the background (I am ...
tshunter105's user avatar
Advice
0 votes
6 replies
67 views

I am trying to display the updated length of the input username by a user. I know that we can use .change() shorthand but it updates after the span has lost focus. I want something to update it ...
Ankit Raj's user avatar
1 vote
2 answers
64 views

I have many accordion elements that are added by an ajax function. When the elemet is created in ajax i call the function: $( ".accordion" ).accordion({ active: false, collapsible: true, ...
Ro Bo's user avatar
  • 43
Advice
2 votes
1 replies
181 views

I am trying to make a fully customisable home page for the user. The idea is for it to be like OBS. You can add or remove windows to your home page, and you can resize them so each window takes up the ...
Sakura De Francesco's user avatar
0 votes
0 answers
21 views

I am using leaflet.js to create a map and add a select box to the map. That works, but the change event, which used to work, does not work anymore. I start by creating the two objects that I need, the ...
Jim's user avatar
  • 133
1 vote
1 answer
71 views

I am struggling to move a span from a sibling div to the previous one - I think my syntax is not quite as it needs to be… it works in that it moves the span to the location I need, BUT - as I have ...
dubbs's user avatar
  • 1,223
-1 votes
1 answer
26 views

I have a postcode lookup field and in my jQuery Validate I am trying to add a method that checks if the input has a value, but the select (list of addresses) is not displayed, then display an error on ...
murday1983's user avatar
  • 4,113
Best practices
1 vote
3 replies
83 views

I'm working on a GTM implementation to track successful login and account registration conversions on a client's customer peprod portal. One important constraint I discovered after joining the project:...
Ir_Cem's user avatar
  • 1
2 votes
1 answer
119 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
  • 21
0 votes
1 answer
70 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
133 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
66 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,794
0 votes
1 answer
45 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,223
0 votes
1 answer
44 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

15 30 50 per page
1
2 3 4 5
68955