Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3757532
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T10:01:16+00:00 2026-05-19T10:01:16+00:00

Here is my working code: http://www.metropoliscreative.com/jake_test/index.html I’m trying to use the Jquery Quicksand plugin

  • 0

Here is my working code: http://www.metropoliscreative.com/jake_test/index.html

I’m trying to use the Jquery Quicksand plugin to filter two types of data. I have this currently working with the two dropdown forms at the top. I’m trying to instead get them to work with the links below. Since links don’t have a val() like the form selections, I’m not sure how I would go about getting those links to correspond…

*Edit: I suppose the issue is less about the plugin and more about porting the use of an ‘s val attribute into an equivalent use on an . It seems to me that an can’t “store” a value in the same way a form can?

Thanks in advance for your time. I’ve been struggling for a couple days now! 😀

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T10:01:17+00:00Added an answer on May 19, 2026 at 10:01 am

    I think what you’re asking is pretty easy to achieve. Two options:

    1. Put whatever values you’re using in the “value” attribute of your tags in the “href” attribute of your tags.
    2. Leave the “href” attribute alone and use a custom attribute (HTML5 now allows this) named as such: “data-attributename”

    After your links are setup in this way, bind click events to them using jQuery and, in the function handling the click, grab the value from the attribute:

    $('.myList a').click(function(){
        var filterValue = $(this).attr('href');
    
       // Filtering function using "filterValue" as input...
    });
    

    Substitute the usage of attr(‘href’) above for whichever technique you’re using.

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the code I'm currently working with: http://jsfiddle.net/gEMCm/ I'm trying to make an image
EDIT: Here's a link to show you my sample code: http://www.singingeels.com/jqtest/ I have a
I've got a working version of my code here: http://www.jsfiddle.net/brianrhea/5Hqs3/1/ When I hover over
I'm using the WindowsMedia library found here: http://www.ernzo.com/soundstudio.aspx The sample code had the ability
The easiest way to see the problem is checking the code here: http://www.studioimbrue.com/beta What
Here's my code I'm trying to get working to no avail: CREATE DEFINER=`auser`@`localhost` PROCEDURE
I'm using django non-rel ( http://www.allbuttonspressed.com/projects/django-nonrel ) and am trying to delete all the
I'm having issues here implementing the SimpleModal ( http://www.ericmmartin.com/projects/simplemodal/ ) version of a modal
I'm using Ariel Faigon's sort library, found here: http://www.yendor.com/programming/sort/ I was able to get
I have the following code (I'm working from code at http://www.linuxhowtos.org/C_C++/socket.htm ) which I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.