715 reputation
522
bio website ticabri.blogspot.com
location
age
visits member for 3 years, 8 months
seen 4 hours ago
stats profile views 102

6h
accepted Is a correct use of this in javascript?
6h
comment Is a correct use of this in javascript?
There is a lot of answers which can be validated... Sorry for that, I can accept only one answer.
6h
accepted My bootstrap popover doesn't trigger the event-defined function
7h
comment My bootstrap popover doesn't trigger the event-defined function
The updated version is there : jsfiddle.net/BMnz9/1 And I am finding out that it is the selector which is used the wrong way. I must select my DOM element to be binded by a class name more than the jQuery object... Am I right?
8h
comment My bootstrap popover doesn't trigger the event-defined function
On the updated jsfiddle, the function is triggered wherever the user click, even on a blank part of the page. Do I do something wrong?
8h
comment My bootstrap popover doesn't trigger the event-defined function
Can I bind several event like $(document).on('click', showMoreLink, myFunction); and $(document).on('click', anotherLinkInPopover, anotherFunction); etc.?
9h
asked My bootstrap popover doesn't trigger the event-defined function
1d
comment Is a correct use of this in javascript?
your explanations are clear.
1d
comment Is a correct use of this in javascript?
I agree superstitions are kind-of silly. That's why I put my pride beside (or I eat humble pie) and ask my lovely stackoverflow.
1d
comment Is a correct use of this in javascript?
exactly: someone tells me "dont use this but var t = this in nested functions.
1d
comment Is a correct use of this in javascript?
js code can be seen at cordial-enligne.fr on line 209 ;) any help is welcome
1d
comment Is a correct use of this in javascript?
@Juhana: you are right, I have a unwanted behavior with this code. The link.on is added to a dynamically created <a /> in a Twitter bootstrap popover. And the first time it triggers switchLabel, if the popover is hidden and re-shown, it does not trigger switchLabel. So I don't exclude anything.
1d
comment Is a correct use of this in javascript?
First of all, I change the question to be clearer about this : "quite difficult for me to understand what it refers to".
1d
revised Is a correct use of this in javascript?
be more consensual
1d
asked Is a correct use of this in javascript?
May
14
revised jquery dynamic click event
remove link out of date
May
14
comment jquery dynamic click event
This code creates a link in a bootstrap popover element. This element, created and displayed/hidden by bootstrap code, does not handle correctly because at first call, the click event is launched, while in the other calls (after a cycle hidden/shown back), it is not...
May
14
accepted jquery dynamic click event
May
14
comment jquery dynamic click event
Thanks a lot for sharing. I did not know this syntax and after a quick look, it seems much more stable. Why? Is my code wrong or is a framework matter?
May
14
revised jquery dynamic click event
typo