iakko

Siena, Italy

Jul
23
awarded Notable Question
May
21
awarded Popular Question
May
7
awarded Supporter
Oct
25
awarded Popular Question
Sep
27
comment jQuery: Convert TextArea content to html string and vice versa
Well, I was wondering if a jQuery conversion function had already been written, replacing tags by "hand" was obvious :)
Sep
27
awarded Editor
Sep
27
revised jQuery: Convert TextArea content to html string and vice versa
Edit due to wrong text parsing.
Sep
27
asked jQuery: Convert TextArea content to html string and vice versa
Sep
14
comment jQuery's AJAX call to a javascript class method
Ok, re-reading everything, I figured out the entire issue now! Thank you very much! :)
Sep
14
awarded Scholar
Sep
14
comment jQuery's AJAX call to a javascript class method
Ok, now it's working :) I need to know something: you say that with var myClass = this; javascript shows the same value for al the function inside IXClock. As far as I know, this.myClass declares a 'member' of the class, that should be the same thing! Can you explaine me the differents more deeply ? If you prefere, you can point me in some tutorial where all this is already explained! Anyway, thanks :)
Sep
14
accepted jQuery's AJAX call to a javascript class method
Sep
14
comment jQuery's AJAX call to a javascript class method
Well, that's the same thing again! If I put myClass outside tictac, how should I reference to myClass from inside the AJAX callback? Take a look to the same url: iakko.net/jquery-ajax . The same error again! Am I missing something ?
Sep
14
comment jQuery's AJAX call to a javascript class method
It's exactly like yours. Seems strange, here is mine: iakko.net/jquery-ajax
Sep
14
comment jQuery's AJAX call to a javascript class method
Unfortunately, that doesn't work.
Sep
14
comment jQuery's AJAX call to a javascript class method
Seems like the perfect solution, but I get the same error: thisClass.setClockTime is not a function
Sep
14
awarded Student
Sep
14
asked jQuery's AJAX call to a javascript class method