Questions tagged as 'javascript'

2
answers

How to disable a combobox through a jquery condition?

I'm working on a project in Rails, where in a view project I have several comboBox, where at first I would like only one to be enabled, and according to the selected value the others are released. I think it would be interesting to use JavaScr...
asked by 14.10.2015 / 00:42
2
answers

Text Editor with RTF support

I need to find a text editor with RTF support. Purpose: Write and format in html and save in RTF, then get RTF and edit in html. I searched the documentation from various publishers to see if there was something of a kind and could not f...
asked by 05.10.2015 / 22:38
1
answer

Execute javascript when clicking the combobox

Is there any way I can run a script when I have a combobox open?     
asked by 08.10.2015 / 13:06
1
answer

Mouseover effect td with jquery or css

How can I make when I hover over my td , display the edit icon in it? Note: My code does not work: jQuery Event: $(".editableSpan").mouseover(function(){ $("#tdEditable").append("<span id='widthSource'></span><sp...
asked by 08.10.2015 / 21:48
1
answer

Can you make a HEAT MAP on an image?

I am using the plan of a house, inside the house parts, have sensors. I want to make a heat map, mapping the places where the sensors are most triggered, but I do not know where to start. I'm trying to do some gambiarras with CSS, but from what...
asked by 02.10.2015 / 16:21
1
answer

Transparent background image

I wonder if it is possible to upload an image and leave a certain part of the image (the background) transparent. I would like to overlay this image. The mannequin is the fixed background image, and the dress is the image that I want to up...
asked by 29.09.2015 / 04:01
3
answers

Show and hide Javascript content (Menu)

Good morning Guys, I have a big question. I have the following code: <div class="nav"> <ul class="menu"> <li class="mnativo"><a href="#"><i class="fa fa-bars"></i></a></li>...
asked by 11.03.2016 / 13:00
1
answer

accessing class data in a global scope with typescript

I'm developing an app in Angular 2 and I'm using the Youtube API. The Youtube API requires that I implement some functions in the global scope, so I did the following: export class MyClass { dados: any; constructor( ... ) { ... }...
asked by 21.03.2017 / 21:19
1
answer

Create folders in KCFinder

Is there any way / setting to create folders by KCFinder in their upload directory? Ex: The default directory is / images, inside it would like to create other folders by KCFinder itself, but I did not find this option. I know I...
asked by 16.03.2017 / 14:15
1
answer

5th step using jquery.smartWizard.js

I have the following form menu using jquery.smartWizard.js Ineedtoenterthe5thstepandIcannot.HowdoIenter?Belowisthecodeformyscreen.<!--Tabs--><divid="wizard_verticle" class="form_wizard wizard_verticle"> <ul class="list-uns...
asked by 20.03.2017 / 21:22