Questions tagged as 'jquery'

1
answer

Validating date of birth with jQuery

I'm using this plugin (jQuery Mask Plugin) to be able to make a mask on my form, but I'm with a little problem in the date field, because the following happens, the user can type any day, month or year ex: 32/99/0001 because there is no month...
asked by 14.12.2016 / 17:07
1
answer

Double menu with jQuery [closed]

I would like to know how I make a menu similar to this site = > link , preferably using only jQuery and css VLWS!     
asked by 13.12.2016 / 01:52
1
answer

Working with identical forms on the same page

Hello, I need to insert the same form twice on the same page. Both call javascript function to fill fields automatically. Example, select combo 1, then fills combo 2, select combo 2, and fills combo 3 via ajax. As each field can only have one id...
asked by 03.02.2017 / 13:15
1
answer

jQuery Autocomplete - Keywords [closed]

I'm using this plugin ( link ) to make a search bar on the system. It works perfectly. But I'd like to know if you can use reference words. I would search for keywords, and it would return me related elements. Example: Search for "Boat" and it s...
asked by 03.01.2017 / 14:36
2
answers

Giving Hide on an ActionLink, is it possible?

I would like depending on whether my ActionLink was visible or not. Razor : <td> @Html.ActionLink("Cadastrar site","MontarFancyCadastrarSite", "ItemOS", new {ChaveOS = Model.ChaveOS }, new { @class = "siteFancybo...
asked by 03.01.2017 / 22:02
1
answer

change div text with jquery

I have an 'input' and a 'div': <input type='text' id='valor' name='valor'> <div id='valor'><b>R$ 1,00</b></div> Well I need to change the value of 1.00 to the value that I type in the input. How can I do this...
asked by 30.11.2016 / 10:43
2
answers

jQuery how to load a link in a div without refreshing the page?

I'm doing a job for college where the teacher asked us to use Links without refresh it, he taught us how to do but it is not working in my case. When I change the pages in the menu, the content should be loaded by modifying only the div with...
asked by 24.11.2016 / 18:40
2
answers

how to protect access to a php file?

Galea I'm using the Jquery auto-complete plugin. It works perfectly. I use jquery to call a php file that does the query in the Data Bundle. I call it like this: $("#auto").autocomplete("Busca/Cadastros.php", { width: 500,...
asked by 24.11.2016 / 13:22
1
answer

Effects plugin countdown jquery

I've implemented the jQuery.countdown plugin on a page, I'd like to give a paging effect when the numbers change. Same as in plugin home page Does anyone have an idea how to do it?     
asked by 27.02.2017 / 21:58
1
answer

Return php result to javascript

I am doing the POST request for AJAX: HTML FORM (admin.php): <form align="center" width="50" name="excluir_documento" id="excluir_documento" onClick='return confirma_excluir_documento()' method="POST"> <input type="text" name="pre...
asked by 24.12.2016 / 00:30