Questions tagged as 'jquery'

2
answers

Change site color by clicking contrast button

I'm using a site developed in Bootstrap and it will have accessibility. I was able to put the increase and decrease the font, but I'm not able to create the contrast, that is, by clicking the Contrast button, the site will be dark with white f...
asked by 30.06.2017 / 16:16
2
answers

Array of objects in ajax with mvc

I have a function that takes the variables from a list, creates the objects, and inserts into a list of objects. But I need to pass this list to the mvc driver; jquery function $(function() { jQuery.ajaxSettings.traditional = true; $("#save...
asked by 23.06.2017 / 19:23
1
answer

Form zero values greater than 999.99

I'm going through a problem I've never seen before. I'm hoping someone has seen and can help me. I'm working with asp.net mvc 5, and sending a form via post to my controller. My model: <div class="col-md-6"> <form action="@U...
asked by 17.07.2017 / 21:38
1
answer

How to show result via ajax and jquery without refresh on page

I tried to implement an Ajax call on a project and I can not identify the error. I have a form for posting status and I would like it as soon as I post something it does not refresh on the page and rather it shows the result, then in a div. I...
asked by 16.07.2017 / 08:03
2
answers

Display text contained in span in hover

I have the following html code below: <a class="tooltips" href="#"><strong>!</strong><span>Ingresse o máximo de informações possíveis para uma entrega acertiva</span></a> With the following CSS cod...
asked by 28.09.2017 / 20:52
1
answer

Change textarea's background color when button is clicked

Developed an application in Javascript, Jquery and HTML. I would like to make when the user clicks the btnalterar button, the textarea created changes their background color. Does anyone have an idea how to do this? <...
asked by 24.09.2017 / 13:45
1
answer

Read radio and text inputs of the same form

I need a light for something I'm doing. within form there are several radios and some text box . I need to get everyone's data within objeto jQuery . Below is an example of how I do only containing inputs with...
asked by 26.09.2017 / 21:55
1
answer

Trigger event or mouse button

I'm applying a change event to the id #estado , this has to happen when I click the id #cidade . This is working, but I noticed that it only occurs when I click and release the button, how do I make it happen when I click?...
asked by 05.05.2017 / 13:14
1
answer

How to detect download event in audio and video tags?

I have the following code in a JS file, which I use to detect when someone "plays" or "downloads" audio and video files. $("audio").on("play", function() {...}); # Funciona $("video").on("play", function() {...}); # Funciona $("audio")...
asked by 01.06.2017 / 15:19
1
answer

How to display jquery in php

How to display in echo of PHP jQuery? I've tried doing this and it's not working: public function InsereComentarioNoBanco($ip,$nome,$mensagem,$horario) { echo " <script> $('.nomeClas').hide(); $...
asked by 31.10.2017 / 02:07