Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用してdivの左隅のみを丸めたいjquery.corner()
jquery.corner()
それを成し遂げるためのアイデア。
ありがとうジャン
ラウンドがデフォルトであるため、左隅だけをラウンドするには、次のようにします。
$(".selector").corner("left");
$('yourSelector').corner('style tl bl');
詳細については、ドキュメントをお読みください(Choose Your Corner)
Choose Your Corner