[jQuery] Re: HTA + Jquery

2008-09-23 Thread Jarodium
Hi there Karl Thank you for replying. I have the following, just to make sure that i'm not confusing anyone: 1st - I run the hta within Windows. 2nd - I call jquery to load a page from the localhost Here is someting from the server logs that might help clears things up: 127.0.0.1 localhost - [

[jQuery] HTA + Jquery

2008-09-23 Thread Jarodium
Hello I have this HTA setup so that I can fire lighthttpd for windows. After my application starts, I press a link which will fire a function that calls http://localhost/tk_project.php using Jquery's $.ajax My debugging have shown that the Ajax request ( POST and GET methods ) are resulting in a

[jQuery] jScrollPane and IE 7

2008-07-11 Thread Jarodium
Hello there everybody I'm having some strange issue using the latest version of JScrollPane with IE7. The problem is that it seems that the .holder div goes right after reinitialising the jScrollPane and the scrollbar's width is decreasing. On Firefox, the script is working fine. Here is an ex

[jQuery] Binding functions referenced by an array

2007-10-20 Thread Jarodium
Hello I'm having some troubles regarding binding functions referenced by an Array: I have this piece of code function f1() { alert("dklfsd"); } function Dialog(title) { this._dlg_btns_fns = new Array("f1"); } Dialogo.prototype.setButtons = function (val) { var tp = valor.split("@"