Questions tagged as 'jquery'

2
answers

How to choose a user from among thousands of non-logged visitors?

Hello, I have a web page in which I have a code ajax $ post that what makes every time the user enters the web this produces a request for refreshments of links that I get from other pages of mine. The problem is that I receive thousands of v...
asked by 28.06.2017 / 07:27
0
answers

How to share a text on facebook from any URL

Good morning everyone. I have a Widget written in JAVASCRIPT, which can be integrated into any of our clients' websites and allows us to perform actions through this Widget on our page. To clarify a little more. We have the JS widget on ou...
asked by 28.06.2017 / 11:37
1
answer

Error deleting a record in laravel

In my next code, I want to delete a picture of the system using AJAX but at the time of making the request, I throw the previous error    Error: The requested method DELETE is not allowed for the URL my code is as follows Route: Ro...
asked by 28.06.2017 / 14:33
2
answers

Any way to expedite these datepickers?

I need to use 16 datepickers on a single page, but when I open the page it takes me a while to load, even testing locally with the JS and CSS (datepicker-bootstrap.js, datepiker- bootstrap.css, etc) in the same folder, not referenced from the...
asked by 25.06.2017 / 22:42
1
answer

How to add several datetimepicker

How can I add several datetimepickers without calling several functions? <!DOCTYPE HTML> <html> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <scri...
asked by 26.06.2017 / 00:31
1
answer

shopping cart with symfony3 and jquery

I need to keep the shopping cart updated with the products that are added. With jQuery I could find the way to add them locally but I can not persist them and / or keep them in a session. What I need is that when surfing, keep those products and...
asked by 04.07.2017 / 00:07
2
answers

Sending a json by Ajax and the controller receives all the data in null?

Sent some table of inputs with the following code: $('#guardar').click(function(){ var header = $('table thead tr th').map(function () { return $(this).text().trim(); }); var Datos =...
asked by 16.06.2017 / 18:42
1
answer

Help on Jquery Validation Plugin

I have the following HTML code which shows me a text box: <div class="form-group empresa_rfc"> <label for="empresa_rfc" class="col-sm-2 control-label"><p class="text-left">RFC: (*)</p>&l...
asked by 17.06.2017 / 05:48
2
answers

Change the value of the select2 with JQuery [duplicated]

HELP Hello, I need to know how I can change the value of a .select2 . That is, when I give it to the edit button, I have to fill in all fields filled in all the fields except the select2 WHEN WHEN I DECIDE YOU TO EDIT...
asked by 21.06.2017 / 19:34
1
answer

Select from a previous month forward using bootstrap datepicker

Hi, I am working with Bootraps DatePicker, I have managed to select months, as I could do so that the past months are disabled except one month prior to the current month, so it is selected from the previous month. $('#mescierre').datepicker({...
asked by 21.06.2017 / 22:39