Questions tagged as 'jquery'

1
answer

How to upload videos inside a div with select

Hello I have a select with the values and titles of the videos. I want to select the video by value and load inside a div.                SELECT THE VIDEO ...                Video-1                Video-2                Video-3   What wo...
asked by 27.05.2018 / 22:18
2
answers

Adapt boxes to mobile layout

Hello, I have a layout that looks like this IuseBootstraponit..Whenitreachesacertainbreakpointitgetsasimilarformattoit I want to make the following effect, when the layout receives the formatting demonstrated in the second image, those gre...
asked by 04.04.2014 / 21:22
1
answer

Create controls dynamically

I have the following jquery function MontaTraslado() { resultado = jQuery.parseJSON('{"txtDestino": "' + $("#txtGeoTo").val() + '" , "datIda": "' + $("#txtDateStart").val() + '", "datVolta": "' + $("#txtDat...
asked by 14.04.2014 / 14:13
3
answers

Key event mode

Can I call a modal boot vpue using a keyevent in VUEJS ?? I do not want any kind of onscreen button or inputs, I want to know if I can call the modal just by pressing a specific key. Like for example the ALT.     
asked by 08.10.2018 / 22:34
2
answers

Exchange array data between 'S' and 'N'

I have a function that I will adapt for a button, which will exchange a data within an array, between S and N . The code I have is: var array = [{"nome":"1","faltou":"N","goleiro":"N","pago":"N"},{"nome":"2","faltou":"N","golei...
asked by 18.10.2018 / 23:44
4
answers

I have a fixed menu, how do anchoring (internal #links) under the menu?

I'm working on a site that has a navbar and a menu (the height of the two adds 101px) , which scrolls to them, they pin at the top of the screen and float. p> I want the anchors I set on the page not to be overridden by the menu when clicked...
asked by 13.03.2018 / 15:45
2
answers

Smooth height change

I'm doing a Navbar where it will decrease the height and change the color in the scroll event. My problem is in letting this smooth transition. I was able to make up for the color, but not for the height. How can I let the height change smooth?...
asked by 28.02.2018 / 20:15
1
answer

How to Rebuild an Array with New Values

How do I get an array in Jquery that has for example 3 numerical values and recreates it with 3 new values?     
asked by 27.10.2017 / 13:40
1
answer

Check if reCAPTCHA has been marked

I am using an email form in PHP with POST method and I use Google ReCaptcha. I need to check in javascript or jQuery, if reCAPTCHA has been marked to only enable the submit button. The current code: var checado = false; jQuery("#recaptcha-...
asked by 31.10.2017 / 16:08
2
answers

Tell the disabled options of a select with jquery

How can I count the options with the disabled option selected and efficiently with jquery?     
asked by 28.10.2017 / 18:27