This tutorial illustrates about getting selected Text and Value of HTML Select DropDownList on Button click using jQuery. The following HTML Markup consists of an…
1 CommentTutorials / Programming tips Posts
The router component allows you to define routes that are mapped to callback handlers that should receive the request. The Slim Framework’s router is built…
Leave a CommentIn Laravel world, a facade is a class that provides access to an object from the container. Laravel “facades” serve as “static proxies” to underlying…
3 CommentsSlim is a PHP micro framework that helps you write simple web applications and APIs quickly. It comes with a sophisticated URL dispatcher and middleware…
1 CommentSlim is a full-featured, open-source PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. It comes with a sophisticated…
8 CommentsSlim lets you group related routes. Route groups allow you to share route attributes, such as middleware or URL segments across a large number of…
Leave a CommentThis tutorial describes how to use laravel’s elixir to run Gulp tasks. Gulp is a javascript task runner, it keeps things simple and makes the…
Leave a CommentPast below code snippet right before loop and change category ID!
Leave a CommentJavaScript performance is becoming increasingly important, it is good to know basic instrumentation techniques. One of the basic instrumentation tool is console.time and console.timeEnd. console.time()…
Leave a CommentIn this post, I would like to show you a very trivial example, which will help you to find the version of the bash that…
Leave a CommentjQuery make it easy to preload images in the background so visitors won’t have to wait forever when they would like to display an image.…
Leave a Comment$(‘.btn’).hover(function(){ $(this).addClass(‘hover’); }, function(){ $(this).removeClass(‘hover’); } );
Leave a CommentOccasionally we have times when we have broken image links on our website and replacing them one by one isn’t easy, so adding this simple…
Leave a Comment//here we have one php variable //In javascript/jQuery
Leave a Commentif(!empty($_SERVER[‘HTTP_X_REQUESTED_WITH’]) && strtolower($_SERVER[‘HTTP_X_REQUESTED_WITH’]) == ‘xmlhttprequest’) { /* This is one ajax call }
Leave a Comment