7 questions from the last 7 days
Tooling
0
votes
3
replies
53
views
laravel real time communication
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 ...
Advice
0
votes
2
replies
33
views
Is it possible to use the dataset content values in my script?
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 ...
0
votes
1
answer
35
views
Using Jquery how do I find an element by id using a regular expression
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 ?>&...
-1
votes
0
answers
25
views
How do I use the dataset variables in this jquery code correctly? [closed]
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 ...