Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
33 views

Properly reload and reformat a Bootstrap Popover after Loading Data with ajax

Let me state first of all that there are a lot of articles out there asking about simply loading an Ajax call's data into a Bootstrap 4.0 popover; this question regards a slightly different topic. The ...
Freerey's user avatar
  • 184
0 votes
1 answer
32 views

BlockUI not defined error issue with ajax

I'm trying to implement blockUI and unBlockUI to update my page accordingly. Almost randomly, it will work without flaw and randomly spit out blockUI not defined in the console. The code works with a ...
acfive's user avatar
  • 1
1 vote
2 answers
41 views

How to change css of current button only while all buttons have same class after ajax success callback with jquery

I show query results in html table and in each row is a button for run update query whit ajax. i need to change button color after click and success ajax callback. when I use: function myFunction() { $...
R13's user avatar
  • 31
0 votes
2 answers
38 views

Ajax request not completed, values not reflected in database

I am trying to create editable table, I am using ajax request for the same by following a tutorial over youtube, but the ajax request to save the changes after editing the table seems to fail, please ...
UncannyHarmony's user avatar
-4 votes
1 answer
120 views

How do I position the progress bar around the element that has triggered the task?

I am developing a dynamic website using jQuery which relies heavily on AJAX operations. Whenever an AJAX operation starts, a progress bar is shown which I have positioned in the middle of the web page....
owino's user avatar
  • 153
0 votes
0 answers
50 views

How to make bottom to top transition page in HTML/CSS/JS?

I'm a beginner in code, I'd like to create a page transition like on this site when we click on a product to take us to the detail page: https://www.antennebooks.com/ I've tried to understand how it ...
akzaap's user avatar
  • 1
0 votes
2 answers
89 views

How to pass selected text of checkbox to action result on razor page?

I work on asp.net core razor page . I pass selected id as array success but my issue selected text value for check box not passed or displayed Issue happen on this line selectedClassText.push($(this)....
ahmed abdelaziz's user avatar
0 votes
1 answer
70 views

having trouble with separating the string and search word order with my search bar

This is my search bar code that I was able to write. However I have been trying to find a solution to how I can search for something no matter the order of the word by splitting the string. For ...
cs2tracker's user avatar
0 votes
0 answers
21 views

Transition effect is not working when element is no longer display:none (CSS + JQUERY) [duplicate]

The transition effect doesnt work, if use visibility: hidden instead setting display to none the transition works but the invisible element fills a void space unlike display:none does, I think it ...
Davi Davi Amrico Amrico's user avatar
0 votes
1 answer
53 views

Unable to Show/Hide span spinner through Javascript & AJAX?

I'm trying to show and hide a spinner on a submit button of a contact form. While the form is being submitted the spinner should be showed on the button. As soon as the form gets submitted the spinner ...
Ajinkya More's user avatar
-2 votes
2 answers
69 views

Toggle between content

I have the following Bootstrap version 4.1.1 page. I would like to change the background color of active toggle to white. .nav-tabs { margin-top: 3%; border: none; background: #0062cc; ...
Bharath's user avatar
  • 25
0 votes
0 answers
283 views

How do I make the output of the openai api response that gets displayed more comprehensible rather than it just being a paragraph?

I am doing a personal project where a user enters specifications to generate a workout. I used jQuery's $.ajax function to send a POST request to the OpenAI API endpoint. However, the output of the AI ...
Tommy Comeau's user avatar
0 votes
0 answers
90 views

Three-level hierarchical table structure

To achieve the result as shown in the sample image file from below response I wrote the the below logic - this gives me the correct result but I am facing one issue from above code: When I click on ...
Akshay's user avatar
  • 3
0 votes
1 answer
74 views

Ajax id = data-elementor-id

I can't get any further with my code. I have a code where the css id is queried. _current = $('body.single-product .product.type-product[id]'); _current = (_current.length) ? parseInt(_current[0].id....
ScaleMonkey's user avatar
0 votes
0 answers
32 views

How to via Button events, send AJAX requests,to the same page and for PHP catch the events[PHP]

I do have an Calendar application in which the month should be displayed by the chosen button - Calendar. Big part of the calendar was developed by https://codeshack.io/event-calendar-php/ and it is ...
Roman_Coding's user avatar

15 30 50 per page
1
2 3 4 5
197