have you currently build in the corrected fix?
if not, then do so and i take a quick look.
write a post, when ready.
Moderators: BNa, Sekuro, 4seven
Uncaught TypeError: Object 843 has no method 'val'
<span oncontextmenue="profil(' + locations[i][2]).val() + ');" style="color:#
<span oncontextmenue="profil(' + locations[i][2].val() + ');" style="color:#
// div none
function divout(iloc){
$("#namediv_" + iloc).css("display", "none");
}
// profile lnk
function profil(iloc){
location.href = $("#profile_" + iloc).val();
}
<span style="color:#
<span oncontextmenu="profil(' + locations[i][2] + ');" style="color:#
// User memberlist link on rightclick
google.maps.event.addListener(marker, 'rightclick', (function(marker, i) {
return function() {
location.href = $("#profile_" + locations[i][2]).val();
}
})(marker, i));
// User memberlist link on rightclick
// Edit: Dont work anymore
/*
google.maps.event.addListener(marker, 'rightclick', (function(marker, i) {
return function() {
location.href = $("#profile_" + locations[i][2]).val();
}
})(marker, i));
*/
Users browsing this forum: No registered users and 19 guests