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

  • SEARCH
  • Home
  • 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 6382987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:35:37+00:00 2026-05-25T02:35:37+00:00

My problem is probably rather simple, but I’m not at that skill level yet.

  • 0

My problem is probably rather simple, but I’m not at that skill level yet. I’d like to apply a text-scrambling effect with jQuery on my H3’s in my WordPress sidebar. I found the H3 tags here (before_title and after_title):

register_sidebar( array(
    'name' => __( 'Main Sidebar', 'twentyeleven' ),
    'id' => 'sidebar-1',
    'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    'after_widget' => "</aside>",
    'before_title' => '<h3 class="widget-title" >',
    'after_title' => '</h3>',
) );

I tried adding onmouseover='$("#unscramble").unscramble(); return false;' in the opening h3 tag, but it broke my page, unsurprisingly. I’m not sure how I’d go about applying this effect anyway. The way it’s arranged now, I suppose mousing over one trigger will trigger all h3s on the page, whereas I only want to trigger the current h3 I’m mousing over. I’m trying to use the ‘unscramble’ effect which can be found here at https://github.com/jaz303/jquery-grab-bag

Any help greatly appreciated 🙂

  • 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-25T02:35:37+00:00Added an answer on May 25, 2026 at 2:35 am

    You have to make sure you are applying the ID (unscramble) that you are selecting in your jQuery (the $('#unscramble')-part) to your h3s (although this would not work with more than one h3 so forget about this) OR select the element that triggers the function via $(this) (this is strongly preferred as you can use it with as many elements as you like).

    Would read: onmouseover='$(this).unscramble();'
    You can skip the return false; btw as this is not a link or something else with default mouseover behavior (at least that’s what I think).

    See those examples: http://jsfiddle.net/uZvYw/1/ and http://jsfiddle.net/uZvYw

    Edit: As others have stated I too would think it would be a little better to generate this behavior in a seperate <script>, but that’s just a side note

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

Sidebar

Related Questions

well i have most probably an extremly stupid problem but could not figure it
I've got probably what is a simple problem, but there's no informative errors or
I've got into a rather simple, yet annoying problem. I'm trying to create a
This is probably really stupid but i can't find the problem with my code.
It might sound unnecessary, but let me explain my problem first. Probably then it
I've got a rather tricky problem that I've been trying to solve for the
the goal is simple, but rather unusual. I wrote a database auto-repair script (as
Ok, here’s my problem. I have a rather large set of UIButtons that have
This is probably the most classic database problem. I have an E-commerce software solution
Most of you probably know the following problem: You edit an HTML, view the

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.