Questions tagged as 'jquery'

2
answers

Vector Order Increasingly with Angularjs

$scope.auxiliar.minimo = $scope.blocos[i].tamanhoTotal - processo.tamanho; $scope.auxiliar.posicaoBlocoLivre = $scope.blocos[i]; $scope.menores.push($scope.auxiliar); I want to sort my "minor" vector incrementally by object attribute: "$sco...
asked by 08.05.2016 / 22:59
1
answer

search for a form field with jquery

I have a select field in html, it is hidden along with a div and disabled. From the selection of a value (select), it should appear on the screen and be enabled. I am not able to make the select field enable, it always appears disabled....
asked by 28.03.2016 / 16:11
3
answers

show all select options without scrollbar

I have a select that brings information from a JS, however this select is forming a scroll bar and the options are not many and there is room for more options to be shown however regardless of what I try I am not able to make all the data is dis...
asked by 22.03.2016 / 18:03
1
answer

pass variable javascript to catch with post in php

Good afternoon, I found numerous ways to pass javascript to php but no way worked. I thought of a way but I do not know how to effect it, I saw that with ajax would be the only way I think, what I thought was. I have an information in localst...
asked by 05.04.2016 / 18:40
3
answers

Get div content, a, select

I have a problem with the implementation of this simulation, it is the following, the user chooses the package by clicking on one of these boxes (monthly, quarterly, semiannual or annual), then chooses to select the number of points and wants to...
asked by 02.04.2016 / 23:46
1
answer

How to create and populate a table using jquery and database?

I need to create a table in HTML that populates rows and columns with data coming from a specific table in my database. But I want whenever a new data is inserted into this database table, it automatically appears to the user in the HTML table....
asked by 06.04.2016 / 15:55
1
answer

automatic fill in input with jquery php

I would like to convert this code to jquery. To say. Instead of appearing in the iframe, I would like it to be a single page normally, and the insertion would be without refresh. $.post("resultado.php", function(result){ $("#id")....
asked by 25.03.2016 / 05:02
1
answer

How to get the value of the value and also the name of the checkbox at the same time as selecting jquery

I need to get the name of the checked checkbox as soon as I click on one of the checkbox on the page. %% I already have, but I also need to get the value of value . Someone could help me or give me another alternative as I ne...
asked by 12.02.2016 / 20:13
2
answers

How to disable a combobox through a jquery condition?

I'm working on a project in Rails, where in a view project I have several comboBox, where at first I would like only one to be enabled, and according to the selected value the others are released. I think it would be interesting to use JavaScr...
asked by 14.10.2015 / 00:42
2
answers

Text Editor with RTF support

I need to find a text editor with RTF support. Purpose: Write and format in html and save in RTF, then get RTF and edit in html. I searched the documentation from various publishers to see if there was something of a kind and could not f...
asked by 05.10.2015 / 22:38