Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.07k stars 4.96k forks source link

[Dropdown] Replace deprecated jQuery functions #7060

Closed mterezac closed 2 years ago

mterezac commented 2 years ago

Steps

  1. Go to a dropdown menu button
  2. Click to toggle dropdown

If you are using the jQuery migrate plugin, you will get the following warning: JQMIGRATE: jQuery.isFunction() is deprecated

Description

As of jQuery 3.3, jQuery.isFunction() has been deprecated. In most cases, its use can be replaced by typeof x === "function".

Version

2.4.1

GammaGames commented 2 years ago

Looks like Fomantic fixed this in 2018 :)