Im trying to conect my “See in map” (html) with my map and open a popUp that is already created (i click on the map and the popups open). i know i have to use something like but i dont know how to do it. Can anyone help me? Thank you! Answer I see that all of your links have
Tag: html
When I minimize the screen, the html page is limited and the divs slide
I am having this problem for the 2nd time. At first I thought it was because I was a rookie (I’m new to this field) when I asked the employees at work and they couldn’t figure it out (I work as an intern). The problem is that when I decrease the height, the height occupied by the html page changes…
How can I use javascript to add a value to a form before submitting it?
I’m using flask to build a website, and I want to get the local date of the client when they purchase my product and add it to the form when it’s submitted using javascript. I trid two methods. The first one takes the form and adds an attribute to it. I’m not sure if I should use form.submit…
Uncaught TypeError: work.filter is not a function
I can’t seem to figure out why I am getting this error when running the filter method on an array (imported from a separate file) anyone have any ideas? This is my first question on here and I’m reasonably new to writing code, so you may need more context 🙂 let me know if so! Thanks for any help! …
Zoom on Scroll Down & Scroll up the zoomed element when scale is more than full screen
I tried to make zoom in Zoom out on scroll. The element is zooming on scrolling but I want to make it(the zoomed element) go up once it reached the full width of the screen. Here’s my code: Fiddle: https://jsfiddle.net/mayureshpitale/6etpn0vs/3/ I am trying to make something like this: http://truegossip…
Javascript: Adding elements of multiple integer and integer ranges into an array without also adding the ranges themselves
GOAL: add all elements from an array of integers and arrays, each child array is a set of 2 integers denoting a start and end of a range. HTML invocation: I have the following JavaScript: When I invoke the onclick JavaScript the output is: Both the range passed and the elements constructed by the range() func…
Undo .removeAtribute function
I’m looking for a solution to restore a removed attribute. I’m not an experienced programmer, so I’m not sure where to start when sharing my code, so I’ll try to give some context below. I have an image of a map that has several hidden overlays. These overlays are activated by a series…
Post a form in Node Js
I am trying to post data from a form in node JS and then see the data in console. When i click the button I can see the data in console but the websites starts loading and it doesnt end. The loading circle doesnt stop moving. and this is in my server.js file Answer Your backend has to send a
How can one get this value of a span with jQuery?
If we have this span, how can I get the value of sip, i.e. john.doe@xyz.de Right now I use to get the entire value of the span, but I don’t know how to get the value of sip with jQuery. I don’t think this screenshot is necessary, but I’ll add it for completion: Answer Use jQuery.attr to get …
How to define specific fixed position of background image (or image) and then attach element on defined place?
I have an issue with one thing. I have a map of world and I want to add functionality when a user clicks on one of the list elements (you can see 3 lists with different places on the image, for example, Paris Air Show) it would show me on the map. As you can see on image example Is