Skip to main content

All Questions

Tagged with
1 vote
1 answer
54 views

Is there a way to make a grayscale filter apply to the rest of the page when hovering over an element?

I am very new to this and am trying to customize my profile on a website that supports html/css coding. I have figured out how to grayscale my images until hover, but I am wondering if there is a way ...
slipoden cider's user avatar
-1 votes
1 answer
25 views

Table filter not shown VueJS

I would like to be able to filter the dates shown in my data table and have followed a demo to do so. This should be relatively simple but nothing is being shown despite the requirements for a filter ...
Trinky's user avatar
  • 41
0 votes
0 answers
12 views

Child Backdrop filter not working with parent container with backdrop filter [duplicate]

I have a child div with a style backdrop-filter: blur(10px); with a parent with a backdrop blur filter but the child background is still not blurred. .a{ width: 500px; height: 500px; ...
Alex Advent's user avatar
0 votes
0 answers
15 views

Select html filter to affect html table

I am creating an html table using render template and loading the data via it. I need to create a drop down filter from a column of that table. And once the selected option is availed, it should store ...
Srivathsan's user avatar
-2 votes
1 answer
40 views

Use multiple inputs to filter divs based on keywords with javascript

I am trying to create a filter for service plans where the inputs in a form append data to a hidden field's value, and then a filter uses that value to match keywords in a hidden div in the individual ...
Harlan Bowling's user avatar
0 votes
0 answers
26 views

How to select dropdown option according to URL

Here filter buttons are shown in desktopview and mobile view filter is a dropdown. We can navigate to the respective filter by URL. Desktopview filter buttons are working properly. when change URL, ...
vindi96's user avatar
  • 123
0 votes
1 answer
90 views

Return Data from Google Sheet as table on HTML doc only if date in column D matches Today

The Problem I'm very new to working with APIs and google sheets in this way and this is my first time posting on stackflow. It was recommended by a friend. Thanks to other posts people have made, I ...
John's user avatar
  • 13
1 vote
1 answer
203 views

using filterGlobal from primeNG's Table to search for Date that has been formatted with a pipe

I'm working on a program utilizing PrimeNG and most of the code is working fine. I've come across a bug with a piped value. I have a table where one column is populated with dates in ISOformat, but ...
Ethan's user avatar
  • 49
0 votes
0 answers
39 views

Regarding filters in django

<div class="project-container"> <div class="project-header"> <div class="status-container"> <h1 class="project-header-...
Shlok's user avatar
  • 1
0 votes
1 answer
136 views

How to persist the selected value of Enum dropdown in ASP.NET MVC

I have created a global dropdown filter using Enum on my navbar. It works but the dropdown value goes back to default after filtering data. I want the selected value to continue persisting until ...
ZNAXNOR's user avatar
  • 116
1 vote
2 answers
124 views

Filter that affects all pages in ASP.NET Core 7 MVC

I am creating a Recipe Blog Website in ASP.NET Core 7. I want to create a filter for my recipe category (eg: All recipes, Veg recipes or NonVeg recipes) on my website navbar so that it can affect all ...
ZNAXNOR's user avatar
  • 116
0 votes
2 answers
136 views

I want to create a dropdown filter for my post categories on Index page using an enum in ASP.NET MVC

I am creating a recipe blog website. While creating post, I have option to categorize them into Veg and NonVeg posts using an Enum dropdown. The posts are displayed as cards on index page. I want to ...
ZNAXNOR's user avatar
  • 116
2 votes
0 answers
26 views

Wordpress - apply_filters( 'the_content') not applied first time

I have a strange issue with this code: foreach($map->markers as $marker) { $description = apply_filters( 'the_content', $marker->description); echo '<div class="marker" data-...
E. Jacques's user avatar
-1 votes
3 answers
117 views

Filter a list based on multiple checked checkboxes with ONLY CSS & HTML

I'm trying to create a filterable list of items that shows unique values when a combination of filters are checked. I need to be able to do this with only with CSS and HTML because the internal ...
Andrew Phillips's user avatar
1 vote
1 answer
73 views

Javascript Filter HTML Hyperlinks?

I'm trying to implement a simple javascript filter into a HTML page used for a work project. It should allow a user to enter a keyword into an input field, and then everything is removed except ...
TheDewd's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
59