saadixl

Category: Tech

Tech · August 30, 2016 · 5 min read

Nurturing child components in React

Understanding React is one of the toughest thing I’ve ever done in my development life. Everything in React looks very simple, feels very simple…

Tech · August 30, 2014 · 3 min read

HTML Input Value Trimming using jQuery

Introduction Now-a-days, input field is the most widely used feature of a website or web application. Input fields are used for getting user inputs.…

Tech · August 30, 2014 · 6 min read

jQuery Typewriter Effect on HTML Text

Introduction Sometimes, we see cool effects on text like someone is typing the text using a typewriter. In this example, I am going to…

Tech · August 30, 2013 · 7 min read

Two Player TicTacToe 2D Game using jQuery

Introduction Tic-Tac-Toe is a very simple paper-pencil game. In this example, I’ve shown how to build a 2D Tic-Tac-Toe using jQuery on HTML.