2014-01-14, 11:02 PM
Hello,
There's a problem with including custom jquery plugins.
For example,
If i load plugin, that changes checkbox style, the inline_moderation breaks.
IMG:
Working without styling:
![[Image: Screenshot%202014-01-15%2000.56.24.png]](https://camo.mybb.com/20fbd8d36172e7fcd0c8ebfa1d50d9beee2f3c59/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f33393537343537332f53637265656e73686f74253230323031342d30312d313525323030302e35362e32342e706e67)
Breaks with styling:
![[Image: Screenshot%202014-01-15%2000.58.20.png]](https://camo.mybb.com/22b64e6fc2b070905b265fa60e25fdb8f6422aa4/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f33393537343537332f53637265656e73686f74253230323031342d30312d313525323030302e35382e32302e706e67)
However, the jEditable inputs are working with styling aswell.
The code I want to run:
$(document).ready(function(){
$('input').iCheck({
checkboxClass: 'icheckbox_minimal-red',
radioClass: 'iradio_minimal-red',
increaseArea: '20%' // optional
});
});
There's a problem with including custom jquery plugins.
For example,
If i load plugin, that changes checkbox style, the inline_moderation breaks.
IMG:
Working without styling:
Breaks with styling:
However, the jEditable inputs are working with styling aswell.
The code I want to run:
$(document).ready(function(){
$('input').iCheck({
checkboxClass: 'icheckbox_minimal-red',
radioClass: 'iradio_minimal-red',
increaseArea: '20%' // optional
});
});