Skip to content

zodiark23/rQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

rQuery

Developed by Reyan Celestial Tropia Dependent on Jquery

Quicksearch Function

Transform the textboxes into a client driven search bar. This plugin will search for the class on each

HTML

<input type='text' id="quicksearch" placeholder="Search Here" />

<table>
	<tr class='search_index'><td>Value here</td><td>Value here</td></tr>
	<tr class='search_index'><td>Value here</td><td>Value here</td></tr>
	<tr class='search_index'><td>Value here</td><td>Value here</td></tr>
	<tr class='search_index'><td>Value here</td><td>Value here</td></tr>
</table>
$("#quicksearch").quicksearch(".search_index");
//Note: The parameter on quicksearch must be a class of the index you're searching for.

Slider Javascript Class

This class will transform the div into a slider. Just add the css and rQuery script and you're good to go. Future Update: Remove the css file and add it into the javascript to make it easier to use.

HTML Syntax

<div id="slider">
	<div slider="slide" class="sliding" style="display: block; opacity: 0.194256;"> 
			<div class="slider_box"></svg>
			</div>
		<img src="images/slider1.jpg">
	</div>
	<div slider="slide" class="sliding" style="display: block; opacity: 0.808224;"> 
		<div class="slider_box"></div>
				<img src="images/slider3.jpg">
	</div>
	<div slider="slide" class="sliding" style="display: none;">
		 <div class="slider_box"></div>
		 <img src="images/slider2.png">
	 </div>

</div>

Javascript Syntax

$("#slider").slider(3500);
//Note: the Id must be parent of the sliders

About

Plugin Collection Powered by jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published