I'm trying to use font-size on my <i> but to no avail. I opened the developer tool and I even change the size there, but when I try to apply through CSS it does not work. It's like my CSS is not "linked" properly.
<head...
I'm trying to define a $scope.plan_id variable within a callback used in $http , and always when I check this variable I get undefined .
$http({
method: 'get',
url: '/api/pricings/get'
}).then(function (respon...
I have a modal window using the semantic framework UI, I can give submit calmly using the Helper @ Html.BeginForm it does the validation of 1 field, but the others do not.
I need to do this validation via jquery when I submit it by looking at...