Tagged Questions

0
votes
2answers
13 views

is it possible to trigger events on class change events?

I want to do something to an HTML element after it has been processed by some other js process over which I have no control. for example, given ... ... and some 3rd party async …
2
votes
2answers
29 views

How can I refer to the calling element in JQuery?

For example: <input type="text" size="5" id="question'+$qid+'"onKeyUp="checkanswer('+i+')"/></div> I want to refer to the "question'+$qid+'" element inside the funct …
0
votes
2answers
43 views

jquery html callback

Is there a callback for the html() function or a way to check that it is finished. For example: $("#some_div").html('something here'); if($("#some_div").html() == ''){ //do somet …
0
votes
2answers
103 views

Calling C like callback within a thread

Hi; I have a C static library with, A callback definition: typedef void (*HandleEvents) (enum events eventID, int msgSize, char *msg); A function in the library: int init(Ha …
0
votes
2answers
24 views

JQuery, AJAX, PHP, XML; Image overlay script stops working on callback content.

A button click fires my function that fetches image data via an AJAX-call: $("#toggle_album").click(function () { album_id = $("#album_id").val(); $.post('backe …
0
votes
1answer
39 views

How can I tell if I’m in beforeSave from an edit or a create? CakePHP

Hello, I have a model where I need to do some processing before saving (or in certain cases with an edit) but not usually when simply editing. In fact, if I do the processing on …
0
votes
1answer
47 views

jQuery callback happening too fast?

Hi, I am using ASP.NET MVC C# I have a jQuery call that deletes a Book, then in the callback I call a function that refreshes the list of Books. function rembook(id) { v …
1
vote
4answers
78 views

Variables set during $.getJSON function only accessible within function

This may be more of a scoping question. I'm trying to set a JSON object within a $.getJSON function, but I need to be able to use that object outside of the callback. var jsonIssu …
1
vote
1answer
20 views

Can I get DirectX(any version) to callback when logging an error?

I have output like this after choosing debug version in the directx cpl: Direct3D9: (WARN) :Ignoring redundant SetTextureStageState. Stage: 0, State: 3 Direct3D9: (ERROR) :Memory …
0
votes
0answers
20 views

How to callback the button animation?

I found a nice menu which have a background image fade out, as shown here http://www.queness.com/post/411/create-an-attractive-jquery-menu-with-fadein-and-fadeout-effect But howe …
0
votes
2answers
47 views

jQuery - How to sequentially run an animation ONLY ONCE after animation on a group (e.g. siblings)

Here's my dilema. I have 2 animations that need to run sequentially. The first animation runs on a group of elements acquired through jQuery's siblings() function. The second ani …
0
votes
3answers
116 views

[C#] Stopping timer in its callback method

I have a System.Threading.Timer that calls its appropriate event handler (callback) every 10 ms. The method itself is not reentrant and can sometimes take way longer than 10 ms. Th …
0
votes
1answer
37 views

QtScript — script-side callback through C++-side implementation

The solution may be simple. Then again it may not be possible. I have the base callback class: class CFCallback { int command_; int transfer_rate_; public: CFCall …
0
votes
2answers
32 views

getJSON callback not happening

I have looked at similar queries here, but I can't seem to apply them to my problem. I am pretty new to jquery, so I may be doing something dumb. I have a simple getJSON test: $ …
0
votes
3answers
52 views

WCF Server Push connectivity test. Ping()?

Using techniques as hinted at in: http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.callbackcontract.aspx I am implementing a ServerPush setup …

1 2 3 4 5 12 next
15 30 50 per page