Posted in: Jquery, PHP

Autocomplete textbox using jQuery, PHP and MySQL

Autocomplete is a very useful project for user’s. It gives a list of things what you are searching according to your entered text. It saves time and offer’s a list of products and services with same names. It will give user’s more ideas based on their searching. I have a list of states in India […]

Posted in: Jquery, PHP

Create JSON From PHP Array Using Mysql and Post Values in Form

Hello today we will create the JSON from php Array. As now these days we are using jquery and ajax too much and we need it very often. You can read the whole json encoding at php official website. As json_encode(Array) expects parameter as Array. So here we will use the php array. Here i […]

Posted in: Jquery

Convert Comma Delimited String to Javascript Array

One of my reader asked me that many times we need to convert delimited string to Java-script array or vice versa. Delimiter can be comma, pipe etc so how we can do it and use it in a simple way. So today’s post is all about this question and easy to use. Lets take a […]

Posted in: Jquery

Highlight Current Page Navigation Using Jquery

Yesterday i was working over my project and after making navigation and put this navigation in a file and using with the help of Include. I came to know that my navigation is not getting highlighted when i open the particular page. I just got same style in all the navigation tabs. Like below image. […]

Posted in: Jquery

Jquery Back Button – Take You To The Previous Page

Jquery Back Button Jquery back button will work same as the browser back button. It will take you to the last web page. I know we have button for it but we can give it a try and see how we can do it through the Jquery. Suppose we have a button and we will […]

Posted in: Jquery

Jquery Selector – For Selecting Elements,ID,Class

Jquery Selector Using Jquery is making your web page more flexible and more working. Using Javascript was bit old and now we have Jquery which is based on Javascript and creates the DOM with less code. So here we will discuss how we will select the elements in Jquery. HTML  Tags (ID, Class) Selecting HTML […]

Posted in: Jquery

Selected Date +15 Days in other Textbox Using jquery Datepicker

In many projects we have to calculate the future dates. Ex- We have 2 fields and we have a jquery datepicker in one textbox and another one is normal textbox. Now what we want is when we select date from datepicker other textbox will show the selected date + 15 Days ex- I select 09-05-2013 […]

Posted in: Jquery, Tech-Byte, Tips

Online Limit Based Character Counter Tool

Online Lmit Character Counter Tool Online Limit Character Counter Tool for count the string till the given length after that it will show the value in minus. You can count your message or paragraph or article’s character using this online character counter tool. Set the limit in the limit box than enter the text in […]