On Mar 9, 3:48 pm, Ed Lerner <emle...@gmail.com> wrote:
> How would I modify the following to only target anchors with an href
> beginning with "http"?

$("a[href^='http']").attr("target", "_blank"); or something.

Reply via email to