Category: Javascript
-
20+ SIMPLE WOW HACKS IN JAVASCRIPT
StackOverflow made it clear in their survey held in 2017 that JavaScript is the most commonly used language for the development of interactive and engaging web pages. It is supported by all the major web browsers and is used by the website developers quite regularly. The introduction of JavaScript in the products introduced by Magento…
-
Best Techniques For Flawless Validation Of jQuery Form
The introduction of HTML5 and jQuery brings together an efficient way to manage “forms” on your website before hitting the submit button. jQuery validation technique has made it easier for developers to provide a valid information of users through front-end. jQuery form validation equally contributes to the well-being of both users and site owners to…
-
20+ Great Javascript libraries for PHP
I never hesitated to use javascript and ajax libraries for sleek user interactivity in web application. Javascript run on client side and therefore does not put loads on server. You can find below some nice fast loading and lightweight libraries which you might find very interesting to learn and use it in your website.…
-
30+ Best jQuery Tutorials & Plugins for Beginners
JQuery is the best ajax scripting library i have ever seen and it makes life so much easier. Jquery is not just powerful and the library code is very well documented. The are tonnes plugins available for jquery which makes jquery so much fun. If you are getting started with jquery then the tutorials listed…
-
Quick & Easy Form Validation Tutorial with JQuery
Form validation has become never been easy like before. If you havent heard of jQuery, then its time to get know now. Jquery is an open source set of javascript library, that brings user interactivity in web applications so easy even for a beginner with just few lines of code. In this tutorial, i am…
-
how to call a php script from javascript?
I have always wondered how to call a php script and send GET data from javascript code. It was very important for me as in many projects i have worked i never wanted to header redirect to original php page after delete, edit operations which is really a mess. jQuery has revolutionized the way we…
-
how to check if image loaded or not in javascript?
If you are having a webpage with large sized images, you would notice the browser taking long time to load those images and showup. A good idea would be show a loading animation until large photos load. There is a way to check whether the images have been loaded or not in javascript. Using the…
-
Best Free Web based WYSIWYG html editors
Best WYSIWYG HTML Editors I have been searching for some of best web based html editors written in javascript so that i can integrate it with my scripts. I have found pretty nice open source wysiwyg editors so i decided to blog it here. Please note that some of the editors are just markup editors,…
-
Free Markup TextArea HTML Editor in Javascript
A dead simple, fast loading, light weight and easy to use html markup editor for your projects. It is the ultimate textarea replacement. It does not use iframes instead it just replaces textarea into an editor where you can insert basic html markup codes like bold, italic, hyperlink, image, blockquote and more.. Much of the…
-
Free Markup BBCode Editor in Javascript
A simple homemade and lightweight free to use textarea bbcode markup editor written in javascript. Although not complex it has all the basic bbcode functions like hyperlink, quote and code, list tags. This editor can be used in forums, content management systems (CMS), blog applications and in many other php scripts. – Fast loading and…