Questions tagged as 'jquery'

1
answer

Capture datetime ajax with jquery

I have an array containing some objects from an AJAX call. The values are being passed through a date: " res.data.tags " In one of the objective answers the following result: 2016-07-15T10:00:00-0300 How do I capture only the "10:00" v...
asked by 16.07.2016 / 01:49
2
answers

removing li using jquery

Hi, I'm doing a responsive website and I came across a problem, the desktop layout between the menus has the logo, but for mobile it does not have the logo. As the menus are in a li, I wanted to remove the specific li of the logo when it is for...
asked by 30.05.2016 / 19:23
2
answers

get the values of the combo fields before recording

I have an html table with N values and I would like to get the values of the fields (combo), property name = 'caption []' before writing, just to display to the user the fields that it filled in.     
asked by 30.05.2016 / 14:31
1
answer

Use jquery.validate to validate image dimensions

I'd like to know how to use jquery validate to validate the dimensions of the image being uploaded. In my case, the image has to be 400px in height and width.     
asked by 25.07.2016 / 23:04
1
answer

Active section in div

How can I use the jquery trigger? I need the page to load and this first "li" is already pressed. <ul id="quote-popup-tabs"> <li data-quote-tab-for="consorcio-auto">Automóvel</li> &l...
asked by 25.07.2016 / 21:40
1
answer

Get div well above the hierarchy [duplicate]

I have this hierarchy in HTML <div class="footer"> <div class="send_show" style="height: 754px;"></div> <div class="forms_sends"> <span class="sends"> <...
asked by 27.07.2016 / 03:29
1
answer

Which Form FTP Access From XPG Via Javascript

Do you have access to my free account on the hosting server XPG, through Javascript? I wonder if it's possible to just connect to Javascript with an FTP server ( ftp://ftp.xpg.com.br ), to "Send" files.    I need some way to select the loc...
asked by 28.07.2016 / 02:36
1
answer

Pause loop on page

I have a problem, which I researched and thought how to do, but I could not solve. I have select on the page that needs to be populated after a condition is satisfied . And after that, it needs to query the data relative to the option ch...
asked by 28.07.2016 / 15:29
2
answers

How to upload image canvas

I get the result of an image through this function this.canvas.toDataURL('png') , this function generates the image normally, the points are: How to upload this to the PHP server using jQuery? Is the correct way to upload? Will not y...
asked by 23.05.2016 / 14:32
1
answer

Unexpected token: from a URL with .json extension

When trying to get a JSON via the URL: http://www.cidades.ibge.gov.br/gmap/shapes/35/MU_M13_3550308_1000.json I get a status 200 with error: Uncaught SyntaxError: Unexpected token : Using AJAX as follows: $(document...
asked by 25.05.2016 / 17:14