Reputation: 33
I just got this map that uses this line:
<li title="restaurant" id="restaurant" name="japanese">Japanese Restaurant</li>
to search show all places that has the keyword "Japanese" in it's name. What I want is to add one or more keywords into the string. The following WRONG code gives you an idea what I mean:
<li title="restaurant" id="restaurant" name="japanese+sushi">Japanese Restaurant</li>
I'm wondering if this is possible somehow? Thanks
Upvotes: 0
Views: 184