hi,
> how can i test if a object is in the dom without a js alert=
>
> for example
>
> $("filter_sum").value;
if you use firebug in firefox, you can use
console.log($("filter_sum").value);
as described on [1].
hope this helps.
greez . caillou
links:
[1] http://www.getfirebug.com/console.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---