Development Wall

help for php, codeigniter, javascript, jquery, mysql, apache, ubuntu

Archives for the ‘Javascript and Jquery’ Category

Set , get, remove, detete and expire cookies using Jquery

By • Mar 17th, 2012 • Category: Javascript and Jquery

Setting, getting and removing cookies using Jquery is very simple and easy. To set Jquery cookie you need to use Jquery cookie plugin. You can download the query plugin from here https://github.com/carhartl/jquery-cookie This is free third party plugin. Now I will show the step to set cookie , get the cookie value and remove the [...]



Delete a row from the html table using jquery

By • Mar 14th, 2012 • Category: Javascript and Jquery

In bellow code I will show to delete html table row without refreshing the page using jquery. 1. In table I will define a row id for each row.this id might be dynamic when you generate some grid with real time data using php/jsp/asp 2. I will create a simple JavaScript function (deleteMe) to delete [...]



How to check if JavaScript is disabled in your browser

By • Mar 11th, 2012 • Category: Javascript and Jquery

There is a very easy way to check if JavaScript is disabled in your browse. You can use <noscript></noscript> to check JavaScript enable or disable feature. Have look in the bellow code. If JavaScript is disabled in you browser if it will print Please enable JavaScript in your browser  



write and remove content into a div using jquery

By • Mar 7th, 2012 • Category: Javascript and Jquery

The bellow tutorial will show how to write a text/content into a div using  jquery and also it will show how to remove text/content Include your desire  jquery file into the head section of the html Also in the head section inside <script> </script> we will write few lines of jquery code to write and [...]



a tool that parse json online

By • Jan 3rd, 2012 • Category: Javascript and Jquery

Recently I found a online tool that format/parse a json data very nicely. You can try this http://json.parser.online.fr/ If you are working with json and need to check if your  json data or data format is valid, you can you use this.