amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .wp-block-jetpack-rating-star span:not([aria-hidden="true"]) { display: none; } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;}
X

JAVASCRIPT

Using ECMAScript 2015 (ES2015/ES6) with Gulp

Follow the below steps to use ECMAScript 2015 (formerly known as… Read More

Angular 2 Forms – Custom Validators

In this article we are not discussing how to develop forms… Read More

How to Use UnderscoreJS Templates

I am using Underscore.js from long time, it’s a JavaScript library… Read More

Convert JSON date to JavaScript date in angular

Dealing with dates is always a nightmare. In this example I… Read More

Get Image Data URL using JavaScript

It is very simple with HTML5 Canvas API, it provides toDataURL()… Read More

Consuming a RESTful Web Service with AngularJS Using $http Service

The $http service is a core angular service that helps in… Read More

“Controller as” Syntax in AngularJS 1.2

I was working with AngularJS from couple months. I came across… Read More

Return JSON from Action Method in ASP.NET MVC

In my application I am calling an action method from JavaScript… Read More

JSON Binding Support in ASP.NET MVC 3

This article is about how to send json object to asp.net… Read More