How to access javascript object for custom behaviour?
-
Hi there, I would like to add a custom behaviour after search (aka the page must scroll after result loaded) however I cannot attach anything to the search button click as your code uses unbind() and it seems it’s not possible to access the google.maps instance to use google.maps.event.addListener because it’s buried into your own function and not accessible on general scope (it’s saved as variable ‘s’).
Is there any solution? Does your plugin send any js event to DOM?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to access javascript object for custom behaviour?’ is closed to new replies.