Website
rothco.com
Trustworthiness
Product Quality
Branding Awareness
User Support
Website Looks
Write/Update Review
Contribute your honest experiences by writing reviews on WorthReferral. Share factual details, highlight pros and cons, and provide an overall rating.Your review should be objective, avoiding profanity or unsupported claims.Disclose any affiliations for transparency. Well-written reviews help others make informed decisions.
https://rothco.com
Rothco is the leading supplier of military, tactical, and outdoor gear, since 1953. Shop durable apparel, footwear, and gear designed for adventure, duty, and everyday wear." inertia>
0)
agree ++;
else
disagree ++;
let html_code = '';
if (_value == 1)
html_code = html_code + '';
else
html_code = html_code + '';
if (agree > 0)
html_code = html_code + '' + agree + 'x';
if (_value == 1)
html_code = html_code + ' ';
else
html_code = html_code + ' ';
html_code = html_code + ' Useful';
if (_value == -1)
html_code = html_code + '';
else
html_code = html_code + '';
if (disagree > 0)
html_code = html_code + '' + disagree + 'x';
if (_value == -1)
html_code = html_code + ' ';
else
html_code = html_code + ' ';
html_code = html_code + ' Not useful';
item.html(html_code);
//call
$.ajax({
url: '/ajax/vote',
data: {
'rev_id': _id,
'vot_value': _value
},
type: 'post'
}).done(function (data) {
if(parseInt(data.code) == 20) {
window.location.href = "/message/login";
}
});
return false;
}