Questions tagged as 'jquery'

1
answer

I can not run the app right on samsung galaxy s3 tab lte

I have a problem and I believe it's something or framework7 I'm using for the layout or Android version compatibility issue. I'm using the following frameworks and API: Phonegap framework7 (material design included) jquery...
asked by 31.08.2016 / 21:29
1
answer

DropDown menu form Does not appear when clicking button

I'm making a menu with DropDown using bootstrap . That by clicking on the enter button it displays the fields for the user to put the email and password. However, clicking the button does not display the form. Here's an image and the HT...
asked by 30.08.2016 / 20:01
0
answers

Upload without refresh using AJAX?

I have a page HTML and a page in PHP where I get 2 files being one audio and the other an image and some information of the inputs. I would like the moment you post not to redirect to PHP , then open a window, a modal and...
asked by 22.08.2016 / 16:27
0
answers

Enable cities in the registration edition

Colleagues. Futurando from here and there, I got to the code below. His goal is to select the state, to appear the cities that state. So far so good, but I need to make sure that when you edit, the cities appear and of course, the selected ci...
asked by 11.08.2016 / 21:47
0
answers

Sorting a DataTable column by a field of type DateTime

I have the following field in my model: [Required] [DisplayFormat(DataFormatString = "{0:dd/MM/yyyy}", ApplyFormatInEditMode = true)] public DateTime? DataCadastro { get; set; } I use the DisplayFormat to format and display the date in Braz...
asked by 22.08.2016 / 17:44
0
answers

Modal Form with tabs does not open combo

I've mounted a modal form with two tabs, and the fields on the first tab work perfectly, but on the second tab the combobox is coming with the style = display: none; and this is being done by itself, does anyone have any idea what that might be?...
asked by 12.08.2016 / 03:15
1
answer

Problem Deleting Row in SQL Table with Ajax

I have a function, trying to delete a row from my sql table, but nothing has happened. HTML : <span class="action"><a href="#" id="<?php echo $id; ?>" class="delete" title="Delete">Sim</a></span> <scr...
asked by 11.08.2016 / 23:40
0
answers

Get id plus value typed by user

I am assembling a table via JavaScript as follows: itens += '<table border="0" class="table table-hover ">'+ '<thead>'+ '<tr class="table">'+ '<th style="text-align:center;" class="col-md-3"...
asked by 19.08.2016 / 20:09
0
answers

Jquery find next element inside a complex div

Friends, I need to find an element in a DOM tree a bit complex and I'm not getting the result. When I quit input id = "barcode" I add new lines below and I need to click the next button on the player. The code below has comments...
asked by 20.08.2016 / 16:22
2
answers

Enter value in the input text closest to you

Good afternoon guys, I have a problem with my jquery is the following, I will have several forms in one page ... When typing in each "board" field my jquery inserts a value in the next field of the same form. I tried to use the closest ("form...
asked by 21.08.2016 / 22:55