- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi,
I have a card which is connected to a service and a col (child element) inside the card which displays the data from the service.
On click I want to display a section and on clicking on a different card I want to display a section on the 2nd card and hide the section on the first card.
I am able to display the section on click but I am unable to hide the section on blur. I am trying to use
$(document).on("onblur", "#CardID", function(evt)
but the event is not firing
Any suggestions?
Thanks
Varun
- Etiquetas:
- HTML5
- Intel® XDK
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
I recommend using the jQuery blur() method.
For example,
$("input").blur(function(){
alert("This input field has lost its focus.");
});
You can find more information at http://www.w3schools.com/JQuery/event_blur.asp as well as an example.
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
I recommend using the jQuery blur() method.
For example,
$("input").blur(function(){
alert("This input field has lost its focus.");
});
You can find more information at http://www.w3schools.com/JQuery/event_blur.asp as well as an example.

- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla