Questions tagged as 'jquery'

1
answer

setTimeOut Uncaught error ReferenceError: lightning_one is not defined

I created a function to generate display effect for a certain time, the images are loaded only in the load of the page, then Uncaught ReferenceError: lightning_one is not defined as shown below: The functions are these: functio...
asked by 23.08.2018 / 23:24
2
answers

Form with PHP sends POST variables to same page with jQuery without reloading [closed]

This basic code below will be used to filter via POST AND jQuery a SELECT on a PHP page. The form sends to the same page, jQuery receives and sends to PHP, which receives via $_POST["campanha"]; . The page should not be giving...
asked by 16.08.2018 / 22:52
2
answers

Case Insensitive - Jquery Search System

Good morning! I have this code that does the search within a <ul> <li> list: $(function(){ $('input[type="text"]').keyup(function(){ var searchText = $(this).val(); $('.filter-task > li')...
asked by 02.09.2016 / 15:05
1
answer

How to access a ManagedBean through an external js file?

How do I access a managed bean jsf through an external javascript file? I'm trying to access it as follows: $("#botaoCadastroMaterial").click(function(){ '#{cadastroMaterialController.salvar()}'; }); but it is not working. Below is...
asked by 20.08.2016 / 20:12
1
answer

Graphic in css or jquery

Is it possible, via css, html or jquery to create such a chart? Actually, the problem is to make the arrows. If anyone has ever worked on something like that to give birth, I thank you.     
asked by 03.05.2018 / 23:26
2
answers

Problem with toggle button

link I have a problem on the toggle button and I'm not figuring out the reason, when I click on btn-Help it was to appear another help-body div, but it is not working.     
asked by 28.12.2017 / 19:55
1
answer

How to capture specific line of textarea in JS?

I would like to know how to capture a specific line where there is a certain occurrence based on the result of a textarea. The idea is to enable custom markup in the same sense as a markdown , but with custom markups. For example, if m...
asked by 15.01.2018 / 23:05
1
answer

Paste input value

I know the title seems to have millions of this question, but come on. My case works like this, I have a DataList so I can autocomplete looking in an array of objects. When I get this array, it will return me one of the items and this item I...
asked by 11.01.2018 / 01:35
1
answer

Generate JSON from a URL and Search by Location

Well, I would like to know if there is any possibility of showing a JSON list from a URL and in the same url they generate the following values: nmConveniado , strong , ListEndereco . I tried to use the following script but did not succeed...
asked by 20.06.2018 / 00:17
1
answer

Upload Ajax and PHP

I'm trying to upload images via AJAX and PHP, but to no avail. I've reviewed, updated, anyway, codes hit all the other codes I searched, I really do not understand. HTML: <form class="photo_change" method="post" enctype="multipart/form-d...
asked by 26.06.2018 / 01:27