[jQuery] My site asks for a pswd if JQuery is activated

2008-08-25 Thread MBaas
Hi, I discovered JQuery today and would like to try it out in my current ASP-Project. So I downloaded the JS, added it to the ASP-File - and when I now launch the page, I'm asked for a password - this is not foreseen and clearly only happens when I include the script. What's going on? Thanks Mi

[jQuery] Re: Enabling a button depending on checkboxes...

2008-08-25 Thread MBaas
At least I can answer my own question #1 now: disabled-attribute needs to be removed if it shouldn't be applied, setting it to blank does not help. So my code was changed to: function SetDeleteStatus() { var foo="disabled"; $("#gvFolderItems input:checkbox").attr("checked",function()

[jQuery] Enabling a button depending on checkboxes...

2008-08-25 Thread MBaas
Hi, I have a table (GridView from ASP.NET) which has a checkbox in every row and a Delete-Button in the header. Now this button should only be enabled when at least one checkbox is checked, without any elements being checked, it should be disabled. So here's the button: And here's my js

[jQuery] Re: My site asks for a pswd if JQuery is activated

2008-08-25 Thread MBaas
Sorry folks, I found out I was wrong, that authentication-prob. still is there after removing jQuery. I still have no idea where it comes from, but surely jQuery is not the source. Apologies, my fault, should have checked better beforehand Michael