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
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()
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
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
4 matches
Mail list logo