Questions tagged as 'jquery'

4
answers

Upload Files with Php and Ajax

I am new with Ajax I try to upload files to my folder and store the path in my MySQL, these are my advances: I have my modal window, with which you place the data of the file: <form class="form-horizontal" action="../../phpcrud/create_do...
asked by 14.03.2017 / 20:06
1
answer

Delimit certain dates in a range with input type = date, datepicker or similar

I am working with ranges of dates, for a holiday period, in the end it turns out that I never take into account Saturdays, Sundays or holidays. example. 01-02-2017 & 09-02-2017 which is equal to 8 days of holidays in this case, b...
asked by 21.02.2017 / 19:20
1
answer

Receive data select multiple serialize (); Jquery- Ajax

Always the following code to send and receive data from a form, first I group them in formData and then in php I take them out one by one to know their value, however I have several selects and only take the last value (or be the last element se...
asked by 17.02.2017 / 20:07
1
answer

Create a modal window to implement full texts [closed]

The problem is that I do not know how to create a modal where you assign the text of a div and show more of it, but taking into account that div you want to see the information. This is my code: #container{ width: 100...
asked by 25.04.2017 / 01:29
2
answers

Problem changing a div's background

I have the following code $(".Div2").click(function () { $(this).css("background-color","yellow"); }); It works perfectly for me when I click, it changes to the yellow color, how it could return to the original color when I clicked or...
asked by 12.02.2017 / 01:07
2
answers

how to display various data in a label of charts.js?

in a label I want to put the dates that bring me what I received php ... the problem is that it only shows me a date and does not cover all the dates in label .. CODE $.ajax({ type: 'POST', url: 'api/grafic...
asked by 20.02.2017 / 01:34
1
answer

need to specify url in @ html.beginform when using $ .ajax?

I have an application in MVC ASP.NET and I have created a form with eight fields based on a model, my question is this: If I want to use jQuery-AJAX-JSON in the click event of my submit button to send my model to the controller, it means then...
asked by 02.04.2017 / 16:55
1
answer

HTML5 audio wav 13kbps

They send me audios in .wav format with a bitrate of 13kbps that I need to play on an audio tag. The problem is that browsers, from what I have researched, support wav of 8 or 16 kbps. I've tried jQuery players like jPlayer and nothing .....
asked by 27.01.2017 / 11:37
1
answer

How to Add the ID Attribute, by Jquery

What I want to do is generate ID dynamically through jquery, and it generates it within a for the only problem I have with that is that it always leaves me the last ID that reads and I want each ID to be different. Code where the ID is genera...
asked by 23.01.2017 / 16:36
1
answer

apply eventRender in fullcalendar

Good, I'm starting to use fullcalendar in my project so I do not know enough yet. my problem is this: I am bringing several data in JSON format to my fullcalendar, but only one of them, I need to apply the editable property: true, and also the e...
asked by 15.02.2017 / 01:06