python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I only show comments that are verified in Laravel 9?
I have a comment bank application where I want users to be able to make comments, but these have to be verified by an admin before they can be displayed. So I want users to see only verified comments,...
codebomb
Votes: 0
Answers: 1
Data is not submitting through Ajax is not Submitting
here is ajax code
$('#form').on('submit', function(e){
$.ajaxSetup({
headers: {
"X-CSRFToken": document.querySelector('[name=csrfmiddlewaretoken]').value,...
Adil Asif
Votes: 0
Answers: 1
How to retrieve and change data from json file
I am having difficulties accessing my json file from my javascript file. I would like to change the data in the status section of my json file once a submit button is clicked on the webpage. I am awar...
Hope Dunner
Votes: 0
Answers: 1
Token doesn't get refreshed when sending request with Ajax
I'm using IdentityServer4 as a centralized auth server. I have a mvc app that acts as a client and works as expected unless I open a modal. When the user presses the edit button,I load the data into t...
Tabris
Votes: 0
Answers: 2