我想填充使用每個集合。我可以在一個字符串中獲取元素,並且每次迭代都可以獲取警報。我不能把兩者放在一起。填充集合()
這裏是我的清單:
2011/4/27下午5點42分54秒
2011/4/27下午五點43分00秒
2011/4/27下午5時46分53秒
2011/4/28 2:10:40 PM
這是我的代碼。
if (chosenTime > 0) {
var myDateClass = $('.exceptionDate')
var i = 0
$(myDateClass).each(function() {
var myDateClassVal = myDateClass[i].GetAttributeNode(outerText);
//this currently gives an error
//if I switch this to myDateClass.text();
// it returns the list in one string
i++
});