Yes

On Jan 13, 1:10 pm, Micky Hulse <rgmi...@gmail.com> wrote:
> Does this:
>
> $('inp...@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

Reply via email to