python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I bind an object method to its context if the object method is passed to a function as an argument
I have an object with a method that I want to pass to a special function. The job of this special function is to call the function passed as an argument and also to save all the arguments passed to th...

Yevhen Zhemchuzhnykov
Votes: 0
Answers: 1
How can I call a __thiscall from C?
I'm writing something in C that will be running in the context of an application written in C++ and i would like to call some of the application's functions that use calling conventions unsupported by...

user17853958
Votes: 0
Answers: 1
How to post ID of span using ajax
I need post ID of span using ajax, but it doesnt work :D alert($(this).attr("id")) work so why doesnt work ajax?
$(".nav-item").click(function() {
$.ajax({
method: &quo...
Lexikonn
Votes: 0
Answers: 1
Avoiding creating additional variables for the object with this and methods inside the object
I have created a timer object with different timer methods, and I am fully happy how it works. However, I am unhappy with the code quality. I cannot understand how I can get the same working methods w...

Yevhen Zhemchuzhnykov
Votes: 0
Answers: 1