Is there a way to dynamically get the coordinates of a specific portion of a...
Say I have a single SVG element that serves as the background. Using the following working code to get the x & y coordinates of the mouse on the move and the viewport width and height, I want to...
View ArticleNot able to use more than two owl carousel 2 thumbnails on the page
I am using owl carosual2 slider with thumbnail. If any user clicks on the thumbnail then the slider will slide. Now my issue is, I am not able to use more than one slider on my single page properly. I...
View ArticleIn Quill how can I use bubble themed toolbar in read only mode?
I would like to know if it is possible to use the toolbar controls in read-only mode. This kind of facility would allow a person to, for example, read content, and by means of the toolbar, set...
View ArticleI am trying to build a static range slider
This is range slider which i am trying to create as shown in the screenshot. I hope the image is uploaded. I have attached the HTML, CSS and JS which I have got from codepen. I am trying to make...
View ArticleShow Navbar on Scroll: Not Shown on Reload
I'm using a bit of jquery to have a Bootstrap 4 navbar fade in when scrolling down past a certain point, by adding and removing a specific class. However, the code I have won't show the navbar if I...
View ArticleUnresponsive row (drop text)
I am trying to implement in a row 4 columns, one very small (image) one medium (description) and two small ones, as shown in my example / image.When text is longer or I reduce screen size, various...
View ArticleBlur all elements except one hovered
Good morning all !I have a project (a site) to make for tomorrow and I would like to add a little style but I can't seem to blur all the elements of a div except the one I'm flying over: /Here is my...
View ArticleHow to update gauge needle/value dynamically?
I am trying to update value/needle of gauge using OUTPUT value of form (having some input fields which are generated dynamically). form is working well. output value is also visible. but needle of...
View ArticleWhat is the problem with my PHP code and why it is not connecting to my...
Here is my PHP code, it is error free but still show problem, I have tried to ask many developers and it is working in some computers but not mine.
View ArticleLoad "Start Call" button at a scheduled time, based on "scheduled_time"...
I am working on Laravel project (mostly PHP), and I am using ApiRTC to establish peer-to-peer video calls at a scheduled time.. So, users have a table in the front-end where they can see all scheduled...
View ArticleHTML page change when redirecting to different mapping in rest controller
I got index.html page under mapping http://localhost:8080/ with "a" tag that is link to http://localhost:8080/items. I also have rest controller method as you can see below. My question is how can I...
View ArticleArgument passed in must be a single String of 12 bytes or a string of 24 hex...
I want to update the mongodb database using PUT Method. I installed method-override and included, but am still getting an error:Argument passed in must be a single String of 12 bytes or a string of 24...
View ArticleCollapsible headings/accordion from markup exported html
I'm trying to achieve a webpage with each h2 acting as items of an accordion. When clicked, the contents under the heading should expand (after being hidden).I've been through a bunch of tutorials, but...
View ArticleAm trying to make my materialize carousel a video instead of image
Am trying to make my materialize carousel a video instead of image, i put the video in a HTML5 video tag, it act normal on mobile and tablet view but the video height is cut in half when it comes to...
View ArticleRelation b/w 1vw and 1px [duplicate]
This question already has an answer here:How can I convert px to vw in JavaScript? 2 answersHey developers i'm here with another question , can someone tell me relational equation b/w 1vw and 1px ....
View ArticleCustom cursors in HTML
I'm creating a custom cursor for a site. I've gotten two divs centered to the cursor when the mouse moves but when I hover on an anchor tag the position of the background cursor is off. I've tried...
View ArticleHow to show a confirm message before delete?
I want to get a confirm message on clicking delete (this maybe a button or an image). If the user selects 'Ok' then delete is done, else if 'Cancel' is clicked nothing happens. I tried echoing this...
View ArticleReact.js anchor tag switch-target and switch-parent, what are they?
I am amending some react form came across this the following code<a href={"#"} className="switch-button" switch-target="#login-forgot" switch-parent="#login-form" title="Recover password"> Forgot...
View ArticleDecimal in form does not save, but db accepts same in put manually
in my form I have a field to edit/create a decimal value.@Html.TextBoxFor(m => m.prijs) In my model, this property is declared as:[Column(TypeName = "decimal(18,2)")] [Display(Name = "Prijs")]...
View ArticleHow to add blur effect to a div's background image only? [duplicate]
This question already has an answer here:How to apply a CSS filter to a background image 15 answersHere's my code:.header { width: 1200px; height: 350px; background-image:...
View Article