Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiiamrohit authored Jan 13, 2017
1 parent 9bad45e commit d57d77a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@

#Database


Copy and paste below script to add city state country list in your website

```html
<select name="country" class="countries" id="countryId">
<option value="">Select Country</option>
</select>
<select name="state" class="states" id="stateId">
<option value="">Select State</option>
</select>
<select name="city" class="cities" id="cityId">
<option value="">Select City</option>
</select>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://lab.iamrohit.in/js/location.js"></script>
```
City state country dropdown : http://lab.iamrohit.in/php_ajax_country_state_city_dropdown/
Download full source code: http://www.iamrohit.in/tag/php-ajax-country-state-city-dropdown

#Note:
Expand Down

1 comment on commit d57d77a

@manjunathhegde7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not working

Please sign in to comment.