---
title: jQueryを読み込んでいないサイトにjQueryを読み込ませるブックマークレット
tags: []
categories: ["Programming", "JavaScript", "jQuery"]
date: 2012-01-09T13:26:20Z
updated: 2012-01-09T13:26:20Z
---

↓をブックマークに登録。デバッグ・開発用に便利。

<a id="result_anchor" href="javascript:(function(){var s=document.createElement('script');s.setAttribute('src','http://jquery.com/src/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);})();">jQueryを読み込ませる!</a>

あとはjavascriptコンソールから`$(...)`を実行していろいろ試すだけ。
