Questions tagged as 'jquery'

2
answers

Return a class in jQuery [closed]

I have these fields hidden in my cshtml: <input type="hidden" id="txtGeoTo" name="txtGeoTo" /> <input type="hidden" id="txtDateStart" name="txtDateStart" /> <input type="hidden" id="txtDateEnd" name="txtDateEnd" /> Propert...
asked by 25.03.2014 / 21:20
1
answer

Slider Jquery UI

I'm developing a slider where I need to display 4 images at a time, 2 up and 2 down, using jquerUI slider, I made an example in jsfiddle, but I'm only able to put all of them in line, eg jsfiddle: link I took this example on the internet...
asked by 15.04.2014 / 15:56
1
answer

Modal window in the click event [closed]

Hello everyone, I have a problem, I have to make a button have "2 functions" in fact everything is working correctly, so my client wants the following ... When the user clicks register and is all fields correct, it registers and shows the suc...
asked by 26.04.2014 / 01:11
2
answers

Onchange event not working when placed on body [closed]

I wrote this function to validate some form-specific radio buttons. As my page is in PHP and I include top and footer includes, the function works when it is in footer.php, but since the function does not apply to all pages, I have to place it i...
asked by 28.02.2014 / 14:24
0
answers

Autocomplete with Materialize [closed]

Good afternoon! I'm developing a web app, and wanted to put an autocomplete. I'm using the Materialize Framework documentation, but I'm not getting it. <div class="col s12"> <div class="row"> <div class="input-field col s1...
asked by 26.12.2018 / 17:12
2
answers

How to disable textarea when select is set to false

I would like to disable textarea if the select is false, and enable if the select is true. I was trying to do it for the DOM, but I did not succeed, here is the code I have, if anyone can help me. <div class="row">...
asked by 18.11.2018 / 00:48
1
answer

How to read items from one array inside another?

This is my multidimensional array: <?php $beneficiarios = array ( array( "codigo_membro" =>$cod, "nome" => $_POST['nome1'], "n_identificacao" => $_POST['n_i...
asked by 19.10.2018 / 15:09
1
answer

jQuery slider help

For this mission, I'm out of ideas. For more elaborate sliders I use Slider Revolution and more basic, Wow Slider, always merging with PHP. $(function(){ $('.bxslider').bxSlider({ mode: 'fade', captions: true, slideW...
asked by 17.11.2017 / 19:28
1
answer

jQuery ScrollTo does not work! Help me? Can not read property 'top' of undefined

Good afternoon, I'm trying to use a jQuery functionality through a code I found on the internet. But it's not working! Can you help me fix it? When I click on 'See More', you should scroll the page to the 'I Want to Become a Party' div....
asked by 08.09.2018 / 19:51
1
answer

How do I make messages in Javascript etc, when a warning appears?

I want to know a code that when the person clicks on an OK button to appear a warning: "You are logged in!". If you do not get a warning: "You are not in the system, enter your Access information correctly!". Would you help me?     
asked by 05.09.2018 / 15:50