Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
3 replies
53 views

I’m trying to implement a real-time notification system in my Laravel application. The frontend uses jQuery, and the backend uses Laravel’s broadcasting system with Reverb (also tried with Octane and ...
Mohammad Fazal's user avatar
Advice
0 votes
2 replies
33 views

I'm trying to use dataset content in my Javascript, but I can't get it to work. Is this even possible or has the content run too late? The values are being output in console correctly. // JavaScript ...
Ruth's user avatar
  • 77
0 votes
1 answer
35 views

I'm using PHP8.1 and JQuery. I have a script with several links that each have an id that is a digit only. i.e: <a href="#" id="<?= $id ?>"><?= $student_name ?>&...
John Cowan's user avatar
  • 1,764
-1 votes
0 answers
25 views

The console log returns the values correctly, but I don't seem to be able to use the data in the rest of the script. What am I doing wrong? I've tried putting the var values into the var data = but ...
Ruth's user avatar
  • 77