Questions tagged as 'jquery'

0
answers

Animation does not appear in section

Hey guys, I'm doing a site in bootstrap 4 and I want to put an animation with animate.css, how it's divided into classes, I just put the class and that's it, but the effect happens when you load the page and I want the effect to appear when the...
asked by 29.08.2018 / 09:37
1
answer

Function to get text value of an accessed URL

I tried to create a small function, it looked like this: $(document).ready(function(){ var value0; $.get( "file.php?id=1", function(data){ value0 = data; }); arrayAmount[0]=value0...
asked by 03.09.2018 / 15:07
1
answer

Roll page after loading $ (document) with jQuery [duplicate]

How to automatically scroll the page gently to 400 pixels below the top when loading the page with jQuery with scrollTop (); ? <script> $(document).ready(function(){ // ROLAR A PAGINA }); </script>     
asked by 27.08.2018 / 07:04
0
answers

SyntaxError: expected expression, got '' in AJAX call

Hello I'm having an error in an AJAX call in my JavaScript. For some reason, it does not get to the function in my Controller and gives the following error: SyntaxError: expected expression, got '. This function is called as soon as I cli...
asked by 29.08.2018 / 21:06
1
answer

Create div with append and delete to display another using Jquery

I need to display error validation messages on a form. These messages come from a json when I submit the form. Only a field can have 2 or more msgs, for example: A cpf may have error messages such as: Invalid field or Empty field. I was able...
asked by 03.09.2018 / 14:53
0
answers

Detect when Scrollbar is not at the bottom of the page

I'm creating a Chat without refresh that displays your results in reverse order leaving the current ones on the bottom and the old on the top. I already have the effect of moving the page to the end when a new comment is posted, but I need it...
asked by 08.09.2018 / 03:19
0
answers

Datepicker jQuery need to pass a parameter from the Java controller

OnthesideofthesearchIaddedamagnifyingglassbecausetheuserclickedittosearchforthewordthattheuserentered,IusedaparameterthatIcreatedinmycontrollerinJava.NowIneedtodothesamethingonthedates,whenselectingthedatesthesystemwillsearchthedatesandifitexis...
asked by 29.08.2018 / 16:01
2
answers

Check for change in Javascript element property

I have some div 's of id 1 , 2 and 3 , respectively. They are within the page of class home . For example: <div class="home"> <div id="1" style="transform: translateX(0px);">blabla</div>...
asked by 29.08.2018 / 16:40
0
answers

Feed a list with data from the txt file

Hello, good morning! People need help! I have the following list created in html, it is not complete, just p you understand. <ul class="lista"> <li>Datetime:</li> <li>Velocidade:</li>...
asked by 29.08.2018 / 17:14