Skip to main content
Filter by
Sorted by
Tagged with
9 votes
1 answer
755 views

This is as much a math question as it is a coding question. Picture this scenario: ___________________ | | (#1) | Center ...
James H's user avatar
  • 93
1 vote
1 answer
55 views

I use this lightweight plugin to display text continuation on hover : https://lukifer.github.io/HoverForMore.js/ I am using the jQuery each function to call all items and run this plugin on each one, ...
ehsan's user avatar
  • 50
1 vote
1 answer
95 views

I have a jsp file which results in this HTML: <form id="paymentForm" action="submit_payment.form" method="post"> <div class="notvalid"> </...
runnerpaul's user avatar
  • 7,566
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
0 votes
1 answer
46 views

I am adding a new option to a select2 optiongroup with custom drawing of options. here is my code: function defaultParameter(value, defaultValue) { return typeof value !== 'undefined' ? value : ...
Emma Harris's user avatar
-1 votes
0 answers
21 views

My project had too many grid pages and it was quite the mess so I decided to make one sole generic grid file with configurations and each time the same page loads different configs depending on the ...
Scarlet D.'s user avatar
-4 votes
0 answers
60 views

To set an image's src to delay a loading of the source, you can do this with in the html <img src="#" delayedsrc="./imagesgeneral/iconhome.png" /> in the javascript $('img[...
Rewind's user avatar
  • 2,854