[jQuery] @name deprecated?

[jQuery] @name deprecated?


Does this:
$('input[@name="status"]').attr($attr_options_01);
Need to be this:
$('input[name="status"]').attr($attr_options_01);
With the latest version of jQuery?
I was reading somewhere on this group about this type of change?
Any other similar changes I should be aware of?
Thanks!
Micky