Basic(?) jQuery problem

Basic(?) jQuery problem

I would like to execute this basic jQuery command: 

  1. var query = jQuery('<item>Test Me</item>'); displayMessage("*" + query.("item").text() + "*");



I should see Test Me in the notification box right? But I see nothing. 

Am I missing something here?

Mroki
Fatcow reviews