My problem is this: I have a page where I must select an image to be displayed on the screen. These images are in a specific directory that will stay on the server. I am currently calling the images randomly and displaying on the screen, however...
I would like to know how to create a floating box that darkens the screen behind and appears information in the center of the page, I looked at the stackoverflow br and did not find something similar.
I would like something like the option th...
What is the best way to make this script less slow with or without jquery, the original function has more than 200 lines of changes, and is applied on a page where there are an average of 1000 to 1500 tags to change.
How can you leave the com...
I have a menu in jQuery that is fixed when scrolling the scroll up. Works well. Now I would like to have the same effect, except with pure javascript.
Example of menu in jquery: link
$window = jQuery(window);
var $fixed_enabl...
I have the following code, where my intent is that where in class .breadcrumb a the term "biblical" appears, this class has its style changed only where the resolution is less than 320px, but so far did not work. What could be wrong, guys...
I have a form that by pressing submit it takes the selected value and takes you to the destination page of the action and opens the page, but overlays the current page, I need to take these values from the form to the pop up page without the for...
A list of 5 articles, with different links and titles, each with a Share link that opens a modal, where you have four buttons to share on social media. To be shared it is necessary to have the post link. I think it would be disastrous, putting...
I'm trying to pass a for to validate a list that I need but I'm not able to make it work and I do not understand why yet.
I have the following code:
$('#aprovados').click( function(){
$.getJSON($('#listeditappjobs').attr("data-list-app-my...
My problem is this: I have generated a point I made in CSS in an image that I call in my JS, however, it must be generated in the coordinates that are captured when clicking on the image.
<script type="text/javascript">
funct...