Skip to content

Instantly share code, notes, and snippets.

@Restoration
Created October 26, 2016 10:44
Show Gist options
  • Select an option

  • Save Restoration/199190d85327098ff4a60e5adf9057fc to your computer and use it in GitHub Desktop.

Select an option

Save Restoration/199190d85327098ff4a60e5adf9057fc to your computer and use it in GitHub Desktop.
jQueryが読み込まれているか判定する

#jQueryが読み込まれているか判定する

if(jQuery().pluginName) {
	// ここに処理
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment