Questions tagged as 'jquery'

1
answer

Creating routes for large pagination

I created a RestFull api in Laravel. In the project I have javascript and html in a folder that calls the API. Soon I created a pagination in the own laravel that I called in my own project in javascript. However, I need to resolve the paging...
asked by 16.10.2017 / 15:27
0
answers

Some plugins do not work with different jQuery versions [closed]

Please forgive me if this question seems a bit ignorant, but one thing I noticed while testing some plugins was that some, old or not, did not work with a specific version of Jquery. by default I was using the 3.1 version, and as I / he was th...
asked by 24.08.2016 / 14:52
0
answers

Select more than one date with MultiDatesPicker + shift key

I made an administrative system for a property rental site, to mark the dates that the property is already leased I used Multi Dates Picker , worked very well. Now the client needs one more feature, which I'm really not able to implement: Se...
asked by 17.09.2015 / 16:43
2
answers

Check if a file has been selected "input file"

How do I check if a file has been selected? <input type="file" id="id-input-file-2" name="arquivo" class="form-control arquivo" /> With confirmation, I will start uploading automatically, without the need to click any button.     
asked by 04.09.2015 / 17:36
1
answer

Problem getting access time

I'm trying to catch the time that the surfer remained on the page, however nothing is returned. Main php file: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&g...
asked by 25.12.2016 / 22:31
2
answers

Video autoplay problem

I added a video shortly when I started the site and I wanted it to be in autoplay. I know that if I put the page in html5 it would perform as well as I did the test. But as it is inside this box and using js, it does not start. The script...
asked by 20.12.2016 / 12:35
13
answers

Phone Mask using jQuery Mask Plugin

I need to change the position of the "-" in the mask. <label for="telefone" >Telefone</label> <input style="width:25%; margin-right:25% " type="tel" name="telefone" id="telefone" pattern="\([0-9]{2}\)[\s][0-9]{4}-[0-9]{4,5}" /&g...
asked by 28.11.2014 / 13:18
1
answer

Link click function is not called

I already had a problem similar to this, and it would be because the function was built before the button was created. Now I have done a little bit after I give an append in my page I call a function on click. This is my code on codepen: lin...
asked by 04.03.2016 / 20:13
2
answers

Limit sidebar before footer

I have the following code, but I have a footer of 650px, and when scrolling the page to the end the fixed block stays on top of the footer, how could I solve this problem? <script> $(function(){ var jElement = $('.ingresso-fix');...
asked by 07.03.2016 / 16:17
0
answers

How to make a form with the number of variable fields and insert this data in the database? [closed]

Hello. I want to create a CRUD that manages words and their synonyms. A word has multiple synonyms (1: N). I would like a solution to dynamically include the inputs, according to the demand of each user. For example, a word to be registere...
asked by 02.10.2015 / 19:20