Skip to content

Instantly share code, notes, and snippets.

@firstfu
Last active June 27, 2017 06:33
Show Gist options
  • Save firstfu/2608e9e39a2969f921f7f1cb4ae4f82d to your computer and use it in GitHub Desktop.
Save firstfu/2608e9e39a2969f921f7f1cb4ae4f82d to your computer and use it in GitHub Desktop.
//把Dom轉換成jQuery物件
$(this).mouseenter(function(e){
var _type = $(e.target).attr('type');
_typeAry = _type.split(";")
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment