Sponsored Content
The Lounge What is on Your Mind? Search Results (Search, New, and Today's Topics) Animation Switch Post 303020805 by Neo on Saturday 28th of July 2018 09:05:08 AM
Old 07-28-2018
Here is the query code which makes it all possible:

Code:
jQuery(document).ready(function(){
var mySwitch = false;
jQuery("#neo-search-results-animation").click(function(){
   if(jQuery(this).hasClass("fa-toggle-on")){
       jQuery(this).removeClass("fa-toggle-on");
       jQuery(this).addClass("fa-toggle-off");
       jQuery(".neo-threadbit-threadpreview").removeClass("neo-threadbit");
   }
   else if(jQuery("#neo-search-results-animation").hasClass("fa-toggle-off")){
       jQuery(this).removeClass("fa-toggle-off");
       jQuery(this).addClass("fa-toggle-on");
       jQuery(".neo-threadbit-threadpreview").addClass("neo-threadbit");
   }
  jQuery(".neo-threadbit").hover(function(){
      jQuery(this).css({"cursor":"pointer"});
      jQuery(this).find(".neo-threadbit-threadpreview").toggle();
  });
 });
});

 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Operations on search results

Hi, I am a newbie at Unix scritping, and I have a question. Looking at the search functionality on Unix. Here I have a structure root---------dir1 ------- file1, file2, file3 |_____dir2 ______file1@, file4 |_____dir3_______file1@, file5 Under root directory, I... (4 Replies)
Discussion started by: nj302
4 Replies

2. Shell Programming and Scripting

AWK - no search results

Hi all, I'm new to awk and I'm experiencing syntax error that I don't know how to resolve. Hopefully some experts in this forum can help me out. I created an awk file that look like this: $ cat myawk.awk BEGIN { VAR1=PATTERN1 VAR2=PATTERN2 } /VAR1/ { flag=1 } /VAR2/ { flag=0 } {... (7 Replies)
Discussion started by: hk18
7 Replies

3. Shell Programming and Scripting

Can ctag and cscope support recording search results and displaying the history results ?

Hello , When using vim, can ctag and cscope support recording search results and displaying the history results ? Once I jump to one tag, I can use :tnext to jump to next tag, but how can I display the preview search result? (0 Replies)
Discussion started by: 915086731
0 Replies

4. Shell Programming and Scripting

Gawk Narrowing Down Search Results

I am using GAWK to search for a specific pattern: gawk '{IGNORECASE=1;} /<a href=/&&/\$/,/<\/a/' index.html <a class=author href="http://washingtondc.craigslist.org/search/?areaID=10&amp;amp;catAbb=sss&amp;amp;query=ps vita" title="craigslist washington, DC | all fo r sale / wanted search &quot;ps... (1 Reply)
Discussion started by: metallica1973
1 Replies

5. Shell Programming and Scripting

Always output 6 columns regardless of search results

If I am searching for AA then then BB in a loop, how do I make the output always contain 6 columns of comma separated data even when there may only be 4 search matches? AA11 AA12 AA13 AA14 BB11 BB12 BB13 BB14 BB15 BB16 Final output: AA11,AA12,AA13,AA14,,,... (14 Replies)
Discussion started by: jojojmac5
14 Replies

6. Shell Programming and Scripting

Search pattern in today's files only

Hi Friends, I am in search of unix command which can search a particular pattern in all files which are created/modified today ONLY. Which is the best way to achieve this? Thanks in advance. (1 Reply)
Discussion started by: Nakul_sh
1 Replies
PLAITER(1)							   User Commands							PLAITER(1)

NAME
Plaiter - Command-line front-end to command-line music players. DESCRIPTION
Usage is: "plaiter [options] [file, playlist, directory or stream ...]" OPTIONS
--daemon,-d -- daemon mode --queue,-q -- add tracks to queue --enqueue -- add tracks to queue --random -- random shuffle --play -- play --pause -- toggle pause mode --stop,-s -- stop --latch [on|off] -- toggle or set stop after current track --next,-n [n] -- skip forward [n tracks] --prev [n] -- skip backward [n tracks] --search <str> -- search in playlist --rsearch <str> -- reverse search in playlist --reset,-r -- play track 1 --loop [on|off] -- toggle or set loop mode --quit -- quit daemon --status -- show status --list,-l -- show playlist --help -- show help --version -- show version -v -- be verbose AUTHOR
Written by Stephen Jungels (sjungels@gmail.com) COPYRIGHT
Copyright (C) 2005, 2006 by Stephen Jungels. Released under the GPL. Latest version and more info at http://jungels.net/projects/plait/ Plaiter v 1.4.2 September 2008 PLAITER(1)
All times are GMT -4. The time now is 01:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy