takhamo123 / jquery-ui-map

Automatically exported from code.google.com/p/jquery-ui-map
0 stars 0 forks source link

Find not working as it should #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add markers to map
2. Set property to each marker
3. Try to find a marker with X property value a setVisible on it.

What is the expected output? What do you see instead?

I have property "brands" set on each marker. I want to find brands with id of 
"8", I do: ["8"]

It only returns the ones that have "8" at the begining of the array. 
(["8","5"]). Also, can't find with multiple ids, like: ["8","10","9"]

What version of the product are you using? On what operating system?

rc1

Please provide any additional information below.

To see it live, go here http://www.cdc-bike.com/tienda and try selecting from 
the checkboxes. If you need something else to test it, please let me know.

Original issue reported on code.google.com by josedani...@gmail.com on 9 Apr 2013 at 9:54