jQuery 1.4.2 - is $(“#foo”).hide(“normal”) broken or am I crazy?

前端 未结 4 633
情歌与酒
情歌与酒 2021-01-12 18:59

Does anyone know why .hide(\"normal\") does not seem to be working in jQuery 1.4.2? Is it a bug, has it been removed or am I just crazy? I\'ve managed to duplic

4条回答
  •  天命终不由人
    2021-01-12 19:23

    Is "normal" even an option for the speed? I thought slow, fast and a time in milliseconds were the only options.

    http://api.jquery.com/hide/

提交回复
热议问题