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 […]
Category: Jquery
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 […]
Move Div Up and Down Using Jquery
Move Div Up and Down Using Jquery Many times we have seen that we have product list over our application/website and every time for selection new option we have to scroll to our navigation list which is at the top of our page. This is really annoying so for this best option is to move […]
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 […]
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. […]
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 […]
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 […]
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 […]
Online Word Counter Tool
Online Word Counter Tool Online Word Counter Tool for count the words in a giving string. You can count your words in your paragraph or article by using this online word counter tool. If you want to count character than use the Online Character Count Tool Enter your text in the textarea and the counter […]
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 […]