Questions tagged as 'jquery'

3
answers

create java script functions after rendering all partial views

I have a MVC aspnet code with a main view that can call 3 partials view depending on where the user clicks. One of these partial view was part of the main view and has a jquery pluguin sortable ui, while it was in the main view the pluguin wo...
asked by 22.02.2017 / 00:46
2
answers

Create a filter with multiple categories using a select

:: EDIT :: Currently, the official code looks like this, but the Almer code still does not work: Javascript <script> $(document).ready(function() { var arraySelects = ['modelo', 'massa']; $("#tamanho").change(function() { f...
asked by 15.02.2017 / 17:42
0
answers

MaterializeCSS and conflicts with jQuery

I'm having a problem here using the Materialize CSS and two versions of jQuery. I'm doing a onepage site, and I put the smooth scrolling effect (I got this site here >     
asked by 17.02.2017 / 01:23
0
answers

AJAX does not update div by id

I am developing a login system, where I need to return the validation message to the user in a div on the login page itself, however the error message is appearing on the validation page. I am using Bootstrap and PHP with PDO Login.php: <...
asked by 10.03.2018 / 10:35
0
answers

Fade in and fade out / element opacity in scroll [jQuery]

I have a one site with 9 sections and each one has a div with the content. I need the opacity of this content to be reduced to 0 in the scrollTop, so there is no conflict between the transparent nav and the text. For the moment, in the cod...
asked by 10.03.2018 / 18:29
0
answers

Upload upload files with Jquery and Modal Bootstrap validation

Colleagues. I have a website where the form is validated with Jquery through a modal Bootstrap and everything is OK the message is sent. But we've included a file field for file uploads. The problem we're encountering is that the file does...
asked by 16.02.2017 / 14:46
1
answer

How to make a change print in the view without refresh? [duplicate]

<script type="text/javascript"> function atualizarTarefas() { var url = "institucional"; jQuery("institucional#entregas").load(url); } setInterval("atualizarTarefas()", 1000); </script>     
asked by 16.02.2017 / 15:42
1
answer

Validate if there is already a registration in the bank before filling out the form

I have the following form: <form class="form-horizontal" action="cadastrar.php" method="GET"> <fieldset> <legend>DADOS CADASTRAIS</legend> <input type=...
asked by 11.04.2017 / 22:47
1
answer

execute a script by pressing a button with date attribute

I made an html form, put it on a platform that loads this form. But there are buttons on the platform that execute functions in the form (like send the form, save and etc). Here I found that I can manipulate these platform buttons with codes ins...
asked by 12.04.2017 / 14:55
0
answers

Input type file open when loading page

I have the following input: <input type="file" accept="image/*" capture="camera" style="display:none" id="capturar"> I would like to load the page and open the field to select the file. I tried the following in jquery: $(document).r...
asked by 08.02.2017 / 17:49