Questions tagged as 'javascript'

2
answers

LinkedIn profile plugin on website

Dear, I would like to add my LinkedIn profile to my site made in HTML, I thought it was just copying the code generated in the link: link , but adding it after <body> nothing happens. Would anyone know how to include the correct wa...
asked by 05.06.2017 / 21:38
3
answers

Stay on same tab after Refresh

I'm developing a website in jQuery. And so far I've created a simple menu with content appearing inside divs. Menu <ul class="menu" id="menu"> <li class="menu-text"><h4>Titulo</h4></li> <li class=...
asked by 29.05.2017 / 19:04
2
answers

SVG file in CSS does not perform Javascript function

I'm using an SVG as background-image , via css: #element { background-image: url('triangle.svg'); } Then inside the SVG file I call a function in onload because I need to pass RGB color parameters to SVG and change the fil...
asked by 02.04.2015 / 15:12
1
answer

What is the JavaScript interrogation for? [duplicate]

Citing an example: if(this.gap > 1 || !this.sorted) { this.sorted = true; this.gap = parseInt(this.gap / 1.3) == 0 ? 1 : parseInt(this.gap / 1.3); setTimeout(this.name + '.comb_sort_ac...
asked by 18.04.2015 / 19:44
1
answer

How to access webcam and take photo with HTML5 and Javascript? [closed]

Does anyone have an example showing how to implement this application and then save the image?     
asked by 15.04.2015 / 17:25
2
answers

Library that reads text and makes audio

I'm looking for some way to implement an automatic audio reading on my system. It would work like this: The user would ask a question (typing) and the robot would bring the result and 'read'. I'm looking for something on Node. Thanks!     
asked by 21.08.2015 / 15:19
1
answer

How to create a "load" until the function is fully executed?

Hello. Going straight to the point: assuming I have a function with repeating structures that, depending on what the user completes, the process in that function may take a certain amount of time, and until it is fully completed, the page hangs....
asked by 15.11.2015 / 00:55
1
answer

What's the difference between using focusin / focusout and focus / blur?

Using jQuery to focus on a specific element, the question arose: What's the difference between using focusin() versus focus() ? And focusout() compared to blur() ? Is there a specific application for ea...
asked by 23.03.2017 / 21:47
3
answers

Is there a way to make a child div float by scrolling the scroll of the parent div?

I have a div primary, and within this, another div (secondary). I'm trying to position the div pendent% in the primary div so that it becomes a floating DIV (popup style) that overlaps the other elements. But for this...
asked by 04.04.2017 / 05:57
1
answer

Modal + form + values (bootstrap and javascript)

From the link below link I created the following modal link In the modal I fill in a value and it will update this value in the page form (which will have more fields ...) Question : How do I do this using just Javascript, JQ...
asked by 05.10.2015 / 07:40