Appending meta tags in header

Appending meta tags in header

JQuery n00b here, any help appreciated.

I have a client who is very fussy about the order of her meta tags in the <head>. She wants a series of meta tags to appear right after <meta name="description" content="some stuff here"> rather than down toward the end of the <head> where the WordPress theme outputs it by default.

Is there a way to do this in jQuery? Find the meta with name description (regardless of content) and after that tag closes, append some other tags?

BTW, arguing the merits of why this doesn't matter gets me nowhere.

Thanks VERY much for any input.