Hi Drupal-Fans,

I'm experiencing a strange jQuery-problem:

My jQuery selectors don't work on webform-pages (but they do on all other pages).

$('*').css('border', '1px solid red');

Puts a lot of borders on the page, but on webform-nodes, nothing happens!

I don't have a clue, what that could be about. Is there maybe some sort of script, that's loaded by webform, that stops the regular jQuery from loading?

Any help is appreciated!