Questions tagged as 'jquery'

0
answers

Pick up the day of the week with Fullcalendar

I'm working on a project where you'll have an online schedule. The user clicking on the desired date will appear this way: Ijustwanttogetthedayoftheweek,forexample,iftheuserclicksadatethatfallsonThursday:  RepeatweeklyeveryThursdayThecodeloo...
asked by 10.10.2018 / 16:55
2
answers

Success Alert

I have a modal to dial friends, when the user clicks on dial, I call the onclick that makes the request for the controller. I want to send a success message to the user, I have a div with display none and I want to make it visible when POST o...
asked by 10.10.2018 / 19:45
0
answers

How can I insert an array inside another Array when selecting a checkbox?

Greetings once again. I'm new to programming php and jquery. I would like you to please help me on the following: I have a list of months-named checkboxes that are generated through a for with data coming from the database. When it is loaded,...
asked by 19.10.2018 / 19:00
1
answer

Mask using flask does not load

This is the header: <script src="{{ url_for('static', filename='jquery-2.1.4.min.js') }}"></script> <script src="{{ url_for('static', filename='main.js') }}"></script></script> This is the field code that I wan...
asked by 09.10.2018 / 17:55
1
answer

JQuery script only works after page reload

I have a jquery script that only works after the page reload. Why does this occur? My script: $(document.body).ready(function() { $('.list').each(function(index){ var topli = $(this).children(":first-child"); topli.c...
asked by 16.10.2018 / 14:29
1
answer

Run Ajax first

The last line of the code below is the first one to be executed, and I need the function containing this ajax to return true or false, but when I put it to return within success, error or complete it does not work. > error: function (response)...
asked by 09.10.2018 / 15:20
2
answers

how to clean an attribute in html by javascript [duplicate]

I have a problem in my code where it takes a value from the database related to the value of the combobox selected by the user and fills in another combobox, until it is working, however when the user of an onchange again it adds the values in...
asked by 09.10.2018 / 15:24
0
answers

Function window.onbeforeunload

I have this function in my form But I do not have a button submit , but I have a button that sends the data, and when I click on it, it appears this message of the function below, how can I put an exception? Or something l...
asked by 05.10.2018 / 20:56
0
answers

Progressive Circle CSS + Waypoints

Talk to people, I have a circle progress (pure css) and everything is working perfectly, animations and stop in the right place. The problem is that the animation is happening before the scroll reaches the element. I'm trying via Waypoint...
asked by 05.10.2018 / 20:41
1
answer

How do I make an animation start at the beginning of the process and only finish when finished in jquery?

I have some difficulties in JQuery, using DataTables, where when clicking select a value in drop-list and clicking the "search" button, it does an ajax and updates the Datatables with the data selected in the drop list. p> However, I'd like to...
asked by 05.10.2018 / 21:34