I can set the border of a div with jQuery using the following. $( 'div[id$=div1 ]' ).css( 'border' , '1px solid rgba(100100150,.5)' ) ...
確定! 回上一頁