Questions tagged as 'jquery'

1
answer

How to do a search by input text of html?

I want to do something like Google, where you start typing and the list of options will appear according to what you entered, where these options are already registered in the database ... EXAMPLE: A cafeteria system, where you start typing "...
asked by 29.03.2017 / 22:09
1
answer

Logical Javascript Error in JSF page

I have a JSF page where I use primefaces. When I use the logical operator in my javascript functions, it exhibits this problem: the entity name must immediately follow the '&' in the entity reference.     
asked by 06.04.2017 / 15:26
0
answers

Help with clone + autocomplete

Good evening. I am using this example of autocomplete: link It works as needed ... but the problem occurs when I'm cloning this element. Then autocomplete no longer works. I can not figure out where the problem is. Could you give me a...
asked by 27.03.2017 / 23:51
1
answer

I can not "read" a JSON

I'm working on the FLUIG (TOTVS) tool, and I want to read a JSON that is delivered via REST. Here is a photo of the URL (intranet): Content:{"content":{"Matrícula_RH":"10555","UserDocLanguage":"pt_BR","UserEmailHTML":"true","UserProjects":""...
asked by 28.03.2017 / 13:32
0
answers

Carousel bootstrap 3 Swipe does not work

I'm trying to swipe the bootstrap 3 carousel but I'm not getting it. Html Code <div id="myCarousel" class="carousel slide"> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" cl...
asked by 11.04.2017 / 20:57
1
answer

Assigning Jquery function to ImageButton

Good morning! How can I assign a Jquery function to a buttom image? IhavethislineofcodethatistoexportareportinexcelandIwanttocallaJqueryfunctiontoloadarenderingscreenwhiletheserverdoesallthenecessaryvalidations.Ex. Obs. I already hav...
asked by 24.03.2017 / 14:13
1
answer

Filter elements with RadioButton in HTML and JS and RegEx

I have the following problem. I have 3 elements label and I want, according to the radiobutton option chosen to filter them. The problem is that when I want to filter by the name that ends in -ivo does not work, but the rest doe...
asked by 23.03.2017 / 16:42
1
answer

Refresh in PartialView misses JavaScript reference?

I have a JavaScript / Jquery method that updates a PartialView and there is a div with an associated fadeToggle fault. JavaScript in Onload (to associate FadeToggle) (It works) $("#ComentarioAba").click(function () { $("#Comentario").fa...
asked by 23.03.2017 / 01:54
1
answer

Delphi - DataSnap Authentication via AJAX

I am now starting to use authentication in DataSnap. I am trying to access methods via AJAX and is returning error 401 - Unauthorized. My request is as follows: $.ajax({ username: login, password: pass, async : false,...
asked by 22.03.2017 / 13:59
1
answer

Setar option when marking / unchecking checkbox

I need to reset a select through checkbox . The problem is when I try to access option with jQuery. HTML <select id="selSub"> <option value="0" >Selecione</option> <option value="1" >1</optio...
asked by 22.03.2017 / 22:25