浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

[jQuery] check if an id exists - Google 网上论坛

From:

http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_test_whether_an_element_exists.3F

if ( $('#theId').length ) {
  // exists
} else {
  // doesn't exist
}
posted on 2013-12-05 08:15  lexus  阅读(283)  评论(0编辑  收藏  举报