Questions tagged as 'jquery'

0
answers

Content timeline with jcarousellite

I am creating a timeline using jCarouselLite, however it has a bug when I move to a new decade. For example: Onthegrayarrows,Icannavigatetootherdates,andinthecoloredonesjumptoanotherdecade.Thebugwouldbethis:whenI'minthe80'sdecadeandselectso...
asked by 01.03.2016 / 19:14
2
answers

Window size scroll

Hello. Well, I'm new to the community so I'm sorry if something I write is not very clear. I would like to know how do I give a scroll of browser screen size, I want to divide the site into three, type an "anchor" effect only with scro...
asked by 02.03.2016 / 04:49
0
answers

Counter / Reset

The code below has a basic bet that: When I win it goes back to the base bet. When he loses he doubles the bet I would like your help to continue the same idea, but instead of multiplying the bet every time I lose. He make a count X of los...
asked by 08.02.2016 / 14:48
1
answer

How do I click a link to activate a JS function on another page? [duplicate]

I want to click on the link on the first page, it goes to the second page and does the JS function, which is to show only what belongs to the sport of the link I want to click the link on the first page and go to the second one and activate...
asked by 30.01.2016 / 13:54
0
answers

Handle sorting Drag and Drop values with Jquery

Scheme in image: Problems:Theorderandquantityofthefirstcolumnboxesshouldnotbechanged.IcouldnotjustleavethemforDRAG,thatis,Icannotremoveaboxfromthesecondandpassitbacktocoluna1,butbetweenthecolumnsofthedayoftheweekandwithoutgeneratingcopies.Ine...
asked by 03.02.2016 / 19:18
1
answer

Display div according to note

This script works as follows: If one of the 3 dropdowns has a grade lower than 8, it will show the contents of a% hidden_co%. It works as follows: 1st dropdown has note
asked by 23.04.2016 / 20:43
0
answers

JQuery with Ajax to update same PHP page

I have a page called formular.php that has the following code: if(isset($_POST['date'])){ $date = ($_POST['date']); echo "Data: ".$date; } The page also has a form with a JQuery datepicker: <form id="myform" name="myf...
asked by 23.03.2016 / 05:59
0
answers

Doubt about each () function

In the example below, the multiplication of the value of the checkbox (if checked) by the value chosen in the "select "of the same line, there is a" reset "of the respective" select "when unchecking the" checkbox "and there is a result in para...
asked by 22.03.2016 / 13:50
1
answer

CodeMirror does not display first in a modal

I am creating a standard template for reading XML and to make life easier for system users, I am displaying a sample default template in a modal with the codemirror, however, it does not display at first, the code is only displayed when I click...
asked by 26.01.2016 / 14:02
1
answer

Jquery Validate does not run the event when fields are autocompleted

I'm trying to validate a form without submitting it. What I've done so far works well. The problem is when the autocomplete browser completes the login and password that have been saved to the IP. If I delete the auto-completed field and give fo...
asked by 07.04.2016 / 22:15