【KickApps:将类添加到“组”页上的“离开/加入”按钮。】亦余心之所善兮,虽九死其犹未悔。这篇文章主要讲述KickApps:将类添加到“组”页上的“离开/加入”按钮。相关的知识,希望能为你提供帮助。
Sometime, you need unique classes on the leave join button of the groups page. Place this script in your AC footer.
--
For more tips and tricks checkout the <
a href=https://www.songbingjia.com/android/"
http://www.kickdeveloper.com/resources"
>
KickApps resources page<
/a>
.
- var oldStallLeaveJoin = stallLeaveJoin;
- newStallLeaveJoing = function( ) {
- var isMember = $j( '#ka_joinButton > input') .attr( 'value') ==
- " leave this group" ;
- if ( isMember) {
- $j( '#ka_joinButton >
- input') .addClass( 'ka_isMember') .removeClass( 'ka_isNotMember') ;
- } else {
- $j( '#ka_joinButton >
- input') .addClass( 'ka_isNotMember') .removeClass( 'ka_isMember') ;
- }
- } ;
- stallLeaveJoin = function( ) {
- newStallLeaveJoing( ) ;
- oldStallLeaveJoin( ) ;
- } ;
- // uncomment the below line only if needed
- // newStallLeaveJoing();
推荐阅读
- 为您的KickApps社区提供人造社区隐私
- Nginx性能优化和安全性配置
- 使用Python,Twisted和Django通过Android手机控制笔记本电脑
- 有抱负的Google Glass开发者教程(构建你的第一个Glass应用)
- Mirror API教程(适用于Web开发人员的Google Glass)
- 开发移动Web应用程序(何时,为什么以及如何)
- iOS用户界面(故事板,NIB和自定义代码)
- iOS开发人员指南(从Objective-C到学习Swift)
- 学习Swift编程(准备好进行黄金时段了吗())