Questions tagged as 'jquery'

4
answers

How to make elements appear and disappear with Js

I have, for example, 3 titles. I want that when the site loads, one appears, then it disappears and the other appears, then the second disappears and the third appears. You can use as a code the following: <div> <h1>TEXTO DE...
asked by 11.04.2016 / 16:38
4
answers

Problem assigning HTML with .text () and .html ()

I need to insert the HTML that refers to a hyperlinked image received through an ajax function on the page, however for security reasons I can not simply insert directly, so I'm passing this HTML code through .text () for a created div, and only...
asked by 31.05.2014 / 16:50
4
answers

Error datepicker jquery does not work

I have the script defined as follows: <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css"/ > <script type="text/javascript" src="http://ajax.googleapis.com/aj...
asked by 11.04.2014 / 10:41
2
answers

leave it invisible when inside does not have ul

I have an HTML that mounts DROPDOWN menu. With JQUERY, I'm trying to make invisible items that have no sublists inside them. I tried using the following command, but it did not work $('ul li :not(ul)').hide() ; HTML code: <...
asked by 02.12.2014 / 18:48
2
answers

Clear inputs inside form after sending the message

I have form with some input , and I want that after the client sends the form, it cleans up the fields. My HTML: function contatoForm() { if ($.trim($('#contatoNome').val()) == '' || $.trim($('#contatoNome').val()) =...
asked by 06.02.2015 / 14:27
1
answer

Elements running away from the mouse [closed]

Does anyone know any plugin or how do I make a javascript effect look like this? link But I want the following I want several svg elements to run from the mouse. If anyone can help me thank you!     
asked by 21.11.2018 / 15:19
4
answers

Regressive Count Script

I would like to know how I can make the script below work as follows in case it is a countdown timer, but in case it counts up a date posted on it and comparing it with the current date by counting in the case there When it reaches 0 , the...
asked by 22.10.2014 / 08:14
2
answers

Create Image Slide

I tried google for plugins / libraries to do this function but could not find anything. I need to create a slide of products just like a virtual store, like in this example (but not zoomed in). I'm ordering images and product details wit...
asked by 21.08.2015 / 19:59
2
answers

Navigation without refresh

the problem and when I edit "in the browser url bar" I have to press 2x enter to load the desired page ... and it should only be with 1x enter the other problem and that there is error: 0 when browsing ... I do not understand why ... <!D...
asked by 21.10.2014 / 16:24
2
answers

real currency mask in jquery php array

I have a field to insert a monetary value into an array but the mask only works on the first input, when I add new line the mask does not work. In this line $ ("# finTpVal"). maskMoney ({symbol: 'R $', already tested with id and input class...
asked by 30.07.2018 / 19:51