我知道有很多方法可以在jQuery中做show hide,但我只是想知道爲什麼在下面不工作。我得到的翻譯:作爲警告,試圖到調試的顯示隱藏腳本在JQuery中不起作用?
alert($("div.$(this).attr('class')"))
我的劇本的時候是這樣如下:
$(".blocks").hide();
$("div.$(this).attr('class')").show();
任何想法,如何解決這個問題,或者確保alert($("div.$(this).attr('class')"))
回報類名而不是對象對象。
你想做什麼? – Blender