i am using uniform js for changing the background images of checkbox, radio buttons, select box. For this i include jquery file, uniform library js file and another thing is a function of uniform js for initializing the function as
$(function(){
$("input, select, textarea, button").uniform();
});
Here i got one issue, i want to clear this function at the specific portion of the content where i do not want uniform function. then what procedure do i adopt for solving my problem?
I do not have jsfiddle code for this code. If you need it i will let you know.