We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
A good way to have extra content or a navigation tool in your page!
This jquery component let you easly build a sliding panel where to insert any kind of content; it has builtin all the functionalities for managing menu lines and sub panels with accordion effect. It can get the content via ajax and therefore you can dynamically build it by passing DATA via request using the metadata attribute settable on the extruder container.
DNJ is a .Net framework integrating JQuery in ASP.Net applications and Visual Studio Designer.
the project is aiming to mix the power of JQuery and Visual Studio designer capabilities to make the use of JQuery in asp.Net applications easier.
It also provide advanced ajax features like
1-Transparent RPC : the developper can call server side function as javascript ones.
For example you can declare a C# method like this :
//C# code namespace MySpace { public class includes { public int Add(int a, int b) { return a + b; } } }
ACCESSdb is a JavaScript library used to dynamically connect to and query locally available Microsoft Access database files within Internet Explorer. All you need is an .mdb file; Access does not even need to be installed! All of the SQL queries available in Access can be executed on the fly, including SELECTs, INSERTs, UPDATEs, and JOINs. Results are output in several customizable formats including JSON, XML, and HTML.
The Ajax Control Toolkit AutoComplete plugin supports the migration from Microsoft´s Ajax Control Toolkit AutoComplete extender to jQuery UI. The Ajax Control Toolkit AutoComplete extender requires a specific web service to work; this jQuery plugin connects to such a service and then triggers jQuery UI´s autocomplete feature.
$('selector').allowChars({ letras: [boolean], numeros: [boolean], espacios: [boolean], caracteres: [string], // ejemplo: caracteres: '.-@/+' setfocus: [boolean] // pone el foco sobre el objeto });
otros:
Si el formulario donde se utiliza esta ordenado con las propiedades 'tabindex' de cada elemento, se le puede pasar como parametro 'enter' en true o false para que al presionar la tecla enter automaticamente pase al siguiente campo.
Asi como tambien la cantidad de campos que existen. Por defecto es 20. Este parametro hace que al llegar al ultimo campo y presionar la tecla enter, se envie el foco al primer campo. No hay problema en poner una cantidad mayor a la que existiere en el formulario. La funcion detectara que ya no existen mas campos y volvera al inicial
This small plugin fixes a known issue with the 'DefaultButton' property of an ASP.Net Panel when used with a LinkButton. The DefaultButton property doesn't work correctly in FireFox due to the fact that an 'A' doesn't have an onClick property by default in FF.
Autotab provides smart auto-tabbing and filtering on text fields in a form. Simply put: once you have typed the maximum number of characters in a text field, you will automatically have focus on the next defined text field. Target text fields are defined, as well as a defined previous text field. Also included is a filter that can format or cleans out any unwanted characters in a text field, which is especially useful for product keys, serial numbers, phone numbers, confirmation numbers, social security numbers and much more. It's an auto-tab that works logically and allows you to edit previously typed content with ease!
BestUpper is change chars to uppercase when is typing. It is support English and Turkish keyboard now. It is clear white spaces when exiting the control in blur event.
bit.ly -The intelligent URL shortener- offers realtime statistics about the clicks on shortened links and this button takes advantage of that information. This jQuery button give you a uniform click count button -tall or wide- that people can also use it to retweet your post.
When you use a short link to tweet your post, it may get 100 retweets but in terms of bit.ly stats that could mean 1000 clicks coming from the whole twitter ecosystem which makes another interesting measure of how popular is your post!
A jQuery plugin to induce an image swap on hover. Although this plugin does it's job of swapping out images extremely well , that's not what it's main intention is. What canvasSwap sets out to do is not only provide a great image swap utility, but it also allows swapping transparent PNG images in IE 6! (with the help of a PNG transparency script)
This jQuery Plugin allows you to add edit in place functionality to you web site but unlike most edit-in place plugins CKeip uses ckeditor.
Demo
How it works ?
When ckeip is called it creates a hidden CKeditor instance on the page, when the div you wish to make editable is double clicked the div will transform into a CKeditor instance.
IMPORTANT: This project will not be maintained on this system. Please visit the official website for the latest download files and support: http://www.fyneworks.com/jquery/Codepress/
Tested and works on Firefox2, IE7 and IE6 (all in WinXP SP2).
Codepress is not supported on Opera/Safari (or is it?), but form submission still works.
The same principle can be applied to TinyMCE, FCKEditor and any other rich-text editors.
Any input regarding other rich-text editors is welcome.
The plugin will intercept known methods and install itself against related plugins
(currently only the jQuery Form Plugin).
Any input regarding integrating this plugin with other jQuery plugins is welcome.
This jQuery plugin adds a new selector to the selector API for retrieving table cells by their column index. It supports tables with column and row spans transparently, no matter how complex a table is. The syntax for selecting column cells is simple and similar to other jQuery selectors. The selector can take several types of arguments for selecting columns, such as keywords, numeric indexes, and equations.
Today I have brought to light the first version of the plugin for jQuery which I have called "cssWithVars". After many years of web development, one of the things that has bothered me is the inability to implement the object orientation to CSS, and always ended up with duplicate code, plus the CSS frameworks available today, forcing the user to know them properly and not supply the object orientation. cssWithVars uses variables and enables effective reuse of code, we can use our classes as variables.
An highly customizable item/image rotating script. Supports creating the rotator from various data sources, such as JavaScript object, HTML UL/OL list, RSS feed, Flickr feed. More data sources can be supported with custom bridges.
Format of the data source (can be from other sources):
var dataSource = [
{title: 'test', url: 'http://thecodecentral.com', tip: 'Programmer\'s blog for programmers'},
{title: 'test2', url: 'http://thankyouproject.org', tip: 'Fill the World with Thanks'},
DUE TO CHANGE IN FACEBOOK POLICY, THE PLUGIN DOESN'T WORK ANYMORE!
Facebook blocked all scraping engines (including YQL) yesterday using their robots.txt by making:
The Custom Facebook Fan Box Widget plugin allows you quickly build a list of Facebook fans/"likers" of any facebook object that people can like ("recommend"). By default, Facebook gives code to embed a fan box widget into your page; however, you're limited to widget's code mark-up. The plugin uses YQL to retrieve supporters from the widget and provides you a list that can be styled and modified.
Styling a file input in html is almost impossible. Custom File Input changes this.
Just call .file() on an element and it creates an transparent overlay containing a classic file input so you can select files by clicking your element. All mouse events are redirected to original element so it doesn't break custom buttons :).
Triggers the event choose when a file has been chosen. Also supports the new html5 multiple attribute. Usage examble below:
$('#my-element').file().choose(function(e, input) { alert(input.val()); //alerts the chosen filename. });
To upload the chosen file to a server you should then attach the input element to a form element
This is a very simple plugin that allows you to set the default animation duration for all jQuery animations. As of this writing, jQuery 1.2.1 uses a hard-coded value of 400 milliseconds, with no-built in way to set the default (although it is easy enough to get the default.) I needed to be able to set this default globally and on-the-fly for an internal company project, so I decided to do it "the right way" and release it in case anyone else has the same problem.
The plugin adds one function to the global jQuery object (it is not chainable.) It accepts a single parameter, which is any valid animation speed setting.
Calling the function without any parameters or with invalid value will set the animation speed back to the default. The function returns the default animation speed as an integer.
Provides a jQuery Disqus plugin to allow displaying the Disqus comments after the page has loaded.
Display all the comments for an article
<div id="disqus_thread"><a href="http://MYDOMAINNAME.disqus.com/?url=ref">Discuss this topic on Disqus.</a></div>
$('#disqus_thread').disqus({ domain: 'MYDOMAINNAME', // REQUIRED title: 'The title of the article', message: 'A short description of the article.' url: 'http://example.com/myarticle.html', developer: 1 // 0 if production. });