开发者

JQuery Mobile adding ui-corner-bottom to first list item

开发者 https://www.devze.com 2023-03-21 14:09 出处:网络
I have been trying out JQuery Mobile with some success. The problem i\'m now ha开发者_如何学JAVAving is the first line of my list has added \'ui-corner-bottom\' to the class, creating first list item

I have been trying out JQuery Mobile with some success. The problem i'm now ha开发者_如何学JAVAving is the first line of my list has added 'ui-corner-bottom' to the class, creating first list item to have corners on the bottom. Any help or ideas on this more than welcome.

Code attached below: http://pastie.textmate.org/2230870


How about this?

$('ul li:first').removeClass('ui-corner-bottom');
0

精彩评论

暂无评论...
验证码 换一张
取 消