My goal is to make a program that has a list, and each time the mouse goes over the name of that list, it shows a content of a div , but then using that code here, I created a vector for each list item but can not get it to show. Can anyon...
How do I when the user clicks anywhere on my website to open a certain external site in a new tab and with cookies to limit the opening of the site determined by time?
I have a text that describes a certain product, this description will serve as a preview, the ellipsis marks that the text continues, I am using angular
<p ng-bind-html="service.description | limitTo:150 "></p>
This s...
<script language='Javascript'>
function confirmacaoSair() {
var resposta = confirm('".$_SESSION['nome'].", tem que certeza que quer sair?');
if (resposta == true) {
unset({$_SESSION['nome']})...
I am creating a file js with a jquery .
In this file I need to do a conditional or several conditionals that check a certain amount of numbers.
If the variable x is one of the 1,3,5,6,7,9,10 numbers, you should display...
I need to put an effect on the cars so they move up to that point when loading the page.
Is there any Jquery for this?
I do not know if you have a name for this effect rs
I also have to put this border in the cart, as is the example of the...
I have a variable that can store plain text and tags <script> and <img> , delimited by (';') . To separate information, I use the split(';') method. It works fine for texts and <img> , howeve...