我有代碼提示jQuery的Aptana設置。但是,許多jQuery操作使用字符串,Aptana不提供提示。當我在字符串中輸入時,如何讓Aptana爲html和CSS提供暗示?Aptana CSS暗示裏面jQuery
$(function() {
$("#theList tr:even").addClass("stripe1");
$("#theList tr:odd").addClass("stripe2");
});
我有一個id =「的thelist」,但因爲我是一個雙引號內,集錦沒有提供幫助。同樣,.stripe1和.stripe2不會被暗示。我知道CSS和HTML提示已打開。 如果Aptana無法提供此功能,是否還有其他代碼編輯器?