I wanted to know if this script is OK or not, it should work? I could also use removeClass
$(window).resize(function() {
if ($(window).width() <= 890) {
$(".vc_custom_1481753917956").css("border", "0px");
});
};
can work? can it work? I do not need in CSS but in jquery
It will work once you remove the typo regarding the extra braces, however it's always better practice to put responsive styling logic in to a stylesheet where possible: