Menu
Category

Jquery

Autocomplete textbox using jQuery, PHP and MySQL

Jquery, PHP By May 22, 2016 4 Comments

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 in my SQL file you…

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

Jquery, PHP By Oct 11, 2014 No Comments

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 am creating the database and…

Highlight Current Page Navigation Using Jquery

Jquery By Aug 05, 2013 No Comments

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. HTML <div class=”navigation-content”> <ul> <li><a…

Jquery Selector – For Selecting Elements,ID,Class

Jquery By Jul 14, 2013 No Comments

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 elements in Jquery is easy…

Selected Date +15 Days in other Textbox Using jquery Datepicker

Jquery By May 09, 2013 No Comments

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 now other textbox will show…

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 below the textarea will count…

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 textarea. It will show the…