2
我有$(this)指向我的輸入框,但似乎無法引用周圍的跨度以添加紅色邊框。在jquery中選擇周邊的標籤
<span id="hdr-su_name" class="eforminput">
<input type="text" size="30" id="su_name" name="su_name">
</span>
我都試過,但不起作用:
$(this).parent().css({'border-color':'1px solid #ff0000'});
任何幫助,非常感謝!
啊,當然,在我的CSS錯誤,而不是JQuery,謝謝! – 2010-07-11 17:11:09