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
gm_animate(1grass)						Grass User's Manual						gm_animate(1grass)

NAME
gm_animate - ANIMATION TOOL (gis.m) ANIMATION TOOL (gis.m) ANIMATION TOOL (gis.m) The Animation Tool is an interactive interface to display a series of raster maps as an animation. Rasters can be added individually or as a prefix followed by a sequential number suffix. Using the Animation Tool The Animation Tool is started from the File menu or from the animation button () on the GIS Manager toolbar. The main animation window has a toolbar for selecting maps to display and controling the animation, and a display area. The display area can show a single, full-screen animation, or two to four simultaneous quarter-screen animations. Selecting Maps to Animate Click the maps button () on the main animation window toolbar to open a map selection window. A map or map series must be entered in the entry for frame 1. If a map series is only entered for frame 1, a single, full-frame animation will be displayed. If map series are entered for other frames, two to four quarter-frame animations will be displayed (see example image above). Raster maps can be added individually or as a prefix followed by a sequential number suffix. To enter maps individually, enter each map name separated by a comma (no space) from the previous map name (see the entry for frame 3 in the example image above). For a map series entered in the prefix/suffix format, the suffix can be specified as a range of numbers in side parentheses. In the example image above, "map(1-4)" will specified raster maps map1 through map4. The suffix for a map series also can be specified using Unix-style wildcard matching. In the examle above "rdbuffer[0-1][1-9]" specifies raster maps rdbuffer01 through rdbuffer19. Multiple specification forms can be mixed on a single entry line. For example, you could specify "rast-a,rast- b,rast-(1-50),rast[0-9][0-9]". This will specify rast-a, rast-b, rast-1 through rast-50, and rast00 through rast99. Controlling the Animation The animation can be controlled in various ways by using the buttons on the main animation window toobar. The rewind button will set the display to the first animation frame. The reverse button will play the animation in reverse order. The reverse step button will step through the animation frame by frame in reverse order. The pause button will stop the animation at whatever frame is visible when the animation is stopped. The animation will be continued from this frame when a forward or reverse button is pressed. The forward step button will step through the animation frame by frame. The play button will display the maps of the animation in the order they are listed in the map selection window. The slow button will increase the time between the display of each consecutive frame in the animation, causing it to to slow down. The fast button will decrease the time between the display of each consecutive frame in the animation, causing it to to speed up. The repeat switch will cause the animation to repeatedly cycle from first to last frame if the play button is pressed, or cycle from last to first if the reverse button is pressed. The alternating switch will cause the animation to alternately play from first frame to last frame, and from last to first. [Names] The names switch will cause the file names of the maps used for the animation to display in the lower left corner of each animation frame. The Exit button will quit the Animation Tool. SEE ALSO
gis.m manual gis.m: GEORECTIFY TOOL gis.m: PROFILE TOOL xganim r.out.mpeg AUTHORS
Michael Barton, Arizona State University, Tempe, Arizona, USA Glynn Clements Last changed: $Date: 2011-04-18 12:10:50 +0200 (Mon, 18 Apr 2011) $ Full index GRASS 6.4.2 gm_animate(1grass)
All times are GMT -4. The time now is 03:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy