Questions tagged as 'jquery'

1
answer

jQuery: Remove table row

I'm trying to remove rows from the table where, in the Employee column, the name does not contain the string "o", as I did in the code below. The problem is that even returning false for comparison if "o" is contained in "Joseph", the line is no...
asked by 14.12.2016 / 23:31
1
answer

Synchronize php and ajax

I'm doing a select in php using a variable that comes from ajax, the problem is that the php is trying to query before receiving the ajax value, this generates an error on the page and the routine is broken in the middle FOLLOW THE CONSOLE ER...
asked by 07.12.2016 / 19:05
1
answer

Combobox editable with filter

I would like to know if there is a plugin or a tutorial teaching to create a combobox that allows, as you type in it, to filter the items, as in the image below: Note: I'm using ASP.NET MVC with C #.     
asked by 07.12.2016 / 18:24
2
answers

How can I open a modal after a submit event

I need to open a modal after a submit occurs on a particular button, I wanted to know if there is an event for it, something like post submit.     
asked by 07.12.2016 / 17:53
3
answers

How to make animation to show the rest of the paragraph?

I have a paragraph and would like to show the rest of it when I click on "Details", but I want an animation down showing the rest of the content. Paragraph that will appear:    Lorem Ipsum is simply dummy text of the printing and typesetti...
asked by 02.12.2016 / 12:24
4
answers

Comment attribute ID on element

I have a question in Jquery and would like to know if this is possible. I have one element: <input type="text" id="meuid" class="minhaclasse" > I would like my id property to be inoperable, but you can enable it, for example by com...
asked by 02.09.2016 / 14:06
1
answer

Get item from an array with jQuery

I have the following structure: [{tabela: 'tabela1', coluna: 'coluna1'}, {tabela: 'tabela2', coluna: 'coluna2'}] I need to enter this data within div in the format:    [TABLE.COLUMN] In case it would stay:    [table1.column...
asked by 08.09.2016 / 16:39
1
answer

jQuery function does not work inside if

I have the following code: function formataPorcentuaisMensais(){ var cancelamento = $("#cancelamentoMes").text().replace('%',''); var aproveitamento = $("#aproveitamentoMes").text().replace('%',''); var primCompras = $("#primCompra...
asked by 10.01.2017 / 22:54
1
answer

query query mysql autocomplete

I'm developing an app and in one of the steps I'm using a mySQL database to store code and product information. When the user enters the product code in an input field, he is searching the entire code, but would like it to search exactly as the...
asked by 14.01.2017 / 02:48
1
answer

Working with fullcalendar jQuery

I need to release the click on the event, when I click, I will have to give the option to edit the event, its information, and the option to delete this event. FullCalendar Website In the above site there are some examples but even with...
asked by 06.01.2017 / 03:15