Appears fixed as of 1.1.3
On Jan 10, 2:54 pm, truent <[EMAIL PROTECTED]> wrote:
> Im seeing this too.
>
> This Works.
>
> $(document).ready(
>
> function() {
>
> $("input").each(
>
> function(i){
> alert('hi');
>
> }
>
> );
>
> This does not:
>
> $(document).ready(
>
> function() {
>
> $("input[i
Im seeing this too.
This Works.
$(document).ready(
function() {
$("input").each(
function(i){
alert('hi');
}
);
This does not:
$(document).ready(
function() {
$("input[id]").each(
function(i){
alert('hi');
}
);
php webpage snippit
Categories
Aid Year: *
2006-072007-082008-0
2 matches
Mail list logo