I'm new to development and I'm having a problem.
I have some "cards" each with an image, a description and a button that when clicked makes the description appear. But when I click on a button to show the description it shows everyone's. Belo...
Good morning.
I'm using Bootstrap to develop a website and I'm using a Navbar and a Div with an image,
but when I enter the navbar and div with the image, the div starts just below the Navbar and that's not what I expected.
Basically what...
Good
I am challenged to calculate the final value of the product on the same page without refresh, with 4 fields of discounts on a gross value presenting the unit and total result (items of a purchase order or invoice regardless of the name attr...
Beauty galera. I have three selectboxes and after picking the "Movies" option in the first box, I would like to disable the other two selectboxes and modify their texts to "N / A":
<select id="categoria" name="categoria">
<option valu...
I'm trying to keep the checkboxes selected even after refresh on the page, this is my progress:
// javascript
var s_item = "";
function save(items) {
s_item = items;
var checkbox = document.getElementById(s_item);
localStorage.set...
Personally, how can I load the contactor only when the element is on the screen?
('.count').each(function () {
$(this).prop('Counter',0).animate({
Counter: $(this).text()
}, {
duration: 4000,
easing: 'swing',...
I am trying to modify a function in this virtual store click here .
In this product page, in the code html of the page, in the image gallery, there is the following code that is referring to the main image:
<a class="thumbnail mi...
I use a service that returns a file in PDF, I have a web application that I currently do a Windows open on the service call and downloads the file.
However, I now need to render this file in order to generate the automatic print of it.
Doe...
An error is occurring in the " google.maps.event.addDomListener (window, 'load', initialize) ;" and I can not resolve: '(
function initialize() {
var mapOptions = {
center: {lat: -33.8688, lng: 151.2195},
zoom: 13,
scrollw...
I added a script in JS in PHP based on my project in CodeIgniter, this makes the other controllers also run this script.
How would a particular page not execute this script?