Jquery find class and get the value
Display custom post type with shortcode
How to access and set a session variable using JavaScript
Count animation from number
How to highlight the keyword in the string and search result using php
Now i am showing how to highlight keyword in content. User type keyword and highlight keyword in string. In php function you can easily highlight matched word as full keyword in search result
How to detect mobile device and redirect to mobile version of your website in php
Now I am showing how to detect mobile device and redirect to mobile site. If you have created a mobile version of your website and computer (desktop/laptop) version of your website . You will need to be sure that you redirect your mobile visitors to your mobile website. For example if you have create 2 site example.com for desktop and m.example.com for mobile. if someone visits example.com on their mobile, you will need a way to redirect them to m.example.com.
Check File Size before upload using jQuery
I am going to show you how check File Size before upload using jQuery. File uploading is a very common feature and it is good thing to check what size of file is uploading at the server. HTML5 allows developers to access the file contents and details using JavaScript and jQuery and hence in browsers that support HTML5 one can easily determine the size of the File.
Data-binding in AngularJS.
Now i am showing following example we will build a form to calculate the costs of an product.
Now start with input fields for quantity and cost whose values are multiplied to produce the total of the product:
How to Embed AngularJS in your page?
AngularJS Getting Started With a Simple Example . AngularJS is a JavaScript MVC framework developed by Google that lets you build well structured, easily testable, and maintainable front-end applications.