[jQuery] Problem with $.ajax() over HTTPS in FF2

2007-08-30 Thread jorgeBadaBing
Error: [Exception... "'Permission denied to call method XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no] this is the error message I get when I switch from http to https. It works fine in

[jQuery] Problem with $.ajax() over HTTPS in FF2

2007-08-30 Thread jorgeBadaBing
Error: [Exception... "'Permission denied to call method XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no] this is the error message I get when I switch from http to https. It works fine in

[jQuery] Re: Selecting the current (this) dt on a collapsible menu

2007-08-15 Thread jorgeBadaBing
Anyone has any thought on what I can do here? On Aug 14, 4:41 pm, jorgeBadaBing <[EMAIL PROTECTED]> wrote: > I adapted John's example of a collapsible menu but have a problem > selecting the current dt. > > John's example can be found at:http://jquery.com/files/de

[jQuery] Selecting the current (this) dt on a collapsible menu

2007-08-15 Thread jorgeBadaBing
I adapted John's example of a collapsible menu but have a problem selecting the current dt. John's example can be found at: http://jquery.com/files/demo/dl-done.html I pretty much has this so far: $(document).ready(function(){ $("div#Kcleftnav dt").addClass("pr

[jQuery] Selecting the first TD of every Row

2007-06-08 Thread jorgeBadaBing
I have been looking online at the documentation and don't seen to have any luck find a way of doing this. So far I can do this: $("td:first").addClass("tomas"); Which applies a class to the first td it founds in the table. How can I select the first td for every tr? Help will be much apprecia