* Modify the mutual test problem.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$(function()
|
||||
{
|
||||
$('#modeTab').addClass('btn-active-text');
|
||||
$('[name=mode]').change(function()
|
||||
{
|
||||
$(this).val() == 'new' ? $('#changeModeTips').removeClass('hidden') : $('#changeModeTips').addClass('hidden');
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user