Portfolio item filtering and rearrangement
I want to filter portfolio items by category clicking. When click category, that category first and the others are second with faded effect. But now it is working with hidden the others. Could you help...
View Articleshow text after select an option from dropdown lists
Currently I have 2 dependent dropdownlists. The user should be able to select an option from the first drop down list, then depending on the first option, should be able to select an option also from...
View Articlecall class using textbox for an animation
How can I close that eye below when the textbox is used? I try to call the class with javascript with function but it doesnt work.Do you have a better idea What should I do? It works using hover the...
View Articleaccessability javascript: make down up arrow keys simulate TAB key
Thanks for your attention, I appreciate any feedback.My current script half works (click "i" in bottom right corner".It will focus first link AFTER pressing TAB (or keyCode 9) to focus links inside...
View Articlecan you merge a div tag
I am making an image editing program in HTML/CSS/JS(with jquery), and need to merge/unmerge a div tag. I've tried deleting the dive tag and creating a new one but I could not figure it out./html...
View ArticlePrinting Javascript array with innerHTML
I'm a noob on web programming. I'm trying to print the values of a JS array on the HTML page. The JS code: (Full source code)var contactListArray = [228471, 647317]; for (i = 0; i <...
View ArticleHow Do You Use Media Queria to Hide a Column from Display Grid and Adjust...
I'm working with CSS grids for the first time, and am kind of amazed at what they can do. I'm especially loving the fr unit. I have encountered an issue that is giving me fits however.What I want to do...
View ArticleHow to create a validator function that calls two functions to confirm login...
I have two functions created already (isEmailValid & isPasswordValid) below which I could use some feedback on as well.I'm supposed to have them return a boolean value (if they follow the correct...
View ArticleWhy is this HTML form sometimes rendering differently just by reloading the...
The following valid HTML5 document renders randomly (font and box sizes change in an unpredictable manner) just by reloading it in the browser (make sure to do shift-reloads so the browser cache gets...
View Articleexternal css ( how to align images horizontally with articles )
I need to make all of these images align within the article element and i cant seem to get it right<section><div id="imagesMain"><article id="art1"><img...
View ArticleHow to change the order of added elements by clicking the button?
I need help with following code. I have to add new li elements and them swap elements by clicking on img up or down. I need to do it dynamically. Thank you so much.$(document).ready(function(){...
View ArticleHow to put a logo without border in the top left corner in HTML?
I am trying to make a website with a logo in the top left corner. My problem is that when I try to add the logo and move it to the left top corner, I have a margin that I can not delete. I tried the...
View Articlesearch and replace domains in every html file
I have dir with many subdirs inside and 10-30 html files in every subdir. I need to search and replace domains in every html file. Domains are taken from rename.txt rename.txt:domain1.com|bladomain.com...
View ArticleClicking inside canvas element selects text
I have a canvas element in my HTML document. When I click inside of the canvas multiple times, it selects part of my <h1> element's text, which is before the <canvas> tag. Is there a way to...
View Articlebootstrap 4 vertical centre and positioning of div
I'm trying to put some cards in a container with a parallax background effect. But while doing so, I cannot make the cards vertically centered. the row on which they are at is coming at the starting of...
View ArticleJavaScript data-toogle
I have a table in html and want to replace that table with another table when a button is pressed and again back to first table when second button is pressed. i tried this roughly in a html file and it...
View Articlevisibilitychange event is not triggered when switching program/window with...
Basically, the problem is with the behaviour of the event "visibilitychange".It's triggered: - When I switch to a different tab inside the browser window.When I click in minimize / restore buttons for...
View ArticleHow to draw image pointed towards specific x and y coordinates in Canvas HTML
So I know the coordinates of the tip of my image. Now, I want to rotate my image so that the tip is pointed towards some x and y coordinates. So how would I go about doing this? would I have to change...
View ArticleDivs aren't displaying side by side
I was referencing this stackOverflow post, and it only works if I put the css code directly into the html file.If I try to link to my css, it only shows the first div. I'm not sure what the difference...
View ArticleCSS/HTML: What is the correct way to make text italic?
What is the correct way to make text italic? I have seen the following four approaches:<i>Italic Text</i> <em>Italic Text</em> <span class="italic">Italic...
View Article