[jQuery] how can i get value in tags input?

[jQuery] how can i get value in tags input?


example :
$("<input type='text' id='test' name='test' />");
how must i get value in tags input ?
Thanks.