Norman Enmanuel
Posts: 0
Joined: Thu Sep 18, 2014 4:47 pm

Open dialog or navigate to another page from html element?

Hi, I want to open a dialog from a span with id="last_video" within an html control, so when i try something like this:

$('#last_video').off().on('click', function(){
console.log('Yep!');
// or
$(this).css({"display": "none"});
});

Doesn't work,

My intention is do click on a piece of text in bold and then when I do click on it another page or dialog is open
Image

Norman Enmanuel
Posts: 0
Joined: Thu Sep 18, 2014 4:47 pm

Open dialog or navigate to another page from html element?

I solved using html events onclick="myfunction()".

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Open dialog or navigate to another page from html element?

Hello Norman,

Thank you for the update, glad it works!

Norman Enmanuel
Posts: 0
Joined: Thu Sep 18, 2014 4:47 pm

Open dialog or navigate to another page from html element?

You're welcome thanks.

Return to “Issues”