jquery-plugins

remove plugun instance

Greetings, I am using http://haineault.com/media/jquery/ui-timepickr/page/ I want to be able to change the parameters something like: $('aField').timepickr( some default parameters); user makes some choices $('aField').remove(timepickr); ??????????????????????????? $('aField').timepickr( some other parameters reflecting user choic...

jquery tipsy plugin

Tipsy jquery plugin is installed in my app This is in my load function $(function() { tipsy(); }); Below code is in a js file var htm = '<div id="new_div" onmouseover="tipsy(this);">' ; function tipsy(tip) { if ( '' != sumtitle ) { tip.title = tip.innerHTML; } else if(tip) { tip.title = t...

define a region in google maps jquery plug in

hello my friends, i put this plug in into my website, how i do define a region and restrict visitors to can not going out of ? I don't have access http://code.google.com for political reasons. please help me in your answer and don't Refers to that! thank advance ...

jquery sum problem

I want to keep my total sum every time I sort my column from my table <thead> <tr class="titlerow"> <th></th> <th></th> <th align="left"> <asp:LinkButton ID="Programs" runat="server" CommandArgument="Asc" CommandName="G1" CssClass="table-sort active" OnClick="Programs_Clic...

jQuery UI - Plugin for inputting a number as hex?

On a recent project, I need have a hex mask (0x0 - 0xFF) as one of the input fields on an HTML form. I know I could just use a regular input to get the hex value, and then I can validate it along with the other form submission validation. However, for some of the other decimal fields I am using ui.spinner.js (github) to allow the user ...

Map navigation plugin for jquery

Hi, i searched for hours for this plugin with no result as the keywords map, image and navigation are used in many different plugins. A more precise therm would be helpful as well. I'm looking for a plugin that allows me to navigate on an image, like google maps does, with drag and drop and mouse scroll for zoom in/out. Ajax load of ...

Jquery can not animate backgroundColor property

Hi all, I get the error message "Error: 'start.0' is null or not an object" while animating backgroundColor property of an element. I included the color plugin and able to animate borderTopColor,color etc. Html part: <div id="divAnimation" style=""> hello </div> Javascript Part: $("#divAnimation").animate({ colo...

Help with a `marquee` type effect with jQuery

I need to implement a marquee type effect. I don't want to use the marquee element - non standard and deprecated and all that. I have access to jQuery for this site. I've seen a few plugins, but no reviews of any. Have you used a marquee jQuery plugin before? What are your recommendations? ...

Parsing special characters and converting to HTML (Escaping Strings)

Hi All, I am facing a small problem with parsing text entered in HTML format. Was successful in converting open and close tags etc, but how do i recognize "next line (entered text)" in the text area ? Please help <script type="text/javascript"> jQuery(function($) { $('#submit').click(function() { var htmlval = $('#textEntry...

Twitter username input field text plugin!!

Hello, I'm looking for a nice plugin that filters a username input field like Twitter. I tried to user their script but it's impossible to understand. I found other plugins over the net but they don't usually block special characters like é, á, ç, ã and etc.. Twitter script does! Do you know where I can find it? Thanks ...

jquery show and hide on same link click

hi everyone, I have a div and I want to show and hide on a link click. Not two different links to show and hide but only one. I have used toggle() but its not working for me.. Here is the code <a id="showhidediv">show-hide</a> <div id="maindiv"> <div id="innerleftdiv" style="width:49%;float:left"> </div> <div id="innerrightdiv" sty...

jquery cycle plug-in pager being covered over

I'm trying to create an automated image slider/carousel using the jQuery cycle plug-in and the pager option to allow for navigation. Its meant to fade from one image to the next, and provide a series of pager elements that partially cover over the image much like this example here For all intents and purposes its functioning fine, but ...

iWork Comment Ability, Is this possible to implement using JQUERY

iWork has the ability to highlight text and then tag a comment to that text. The comment then is linked with a line to the highlighted text. I'm curious if something like this could be implemented in JQUERY. What has me puzzled is: A. How to draw a line and have it update when a user changes the text B. How to highlight text and have ...

jQuery alert plugin that produces alerts like Twitter/StackOverflow?

A while ago I came across a jQuery plugin that produced the alert/message boxes like those seen on Twitter (when saving settings) and StackOverflow. Can somebody point me to them online? I'm having trouble getting relevant search results... Thanks ...

How to implement dynamic taxonomy navigation / hierarchical drop down list using ajax/jQuery?

I'd like to provide my users a way to navigate a taxonomy by successively drill down ono drop down lists. A simple example would be something like ebay's categories. Say you pick the category "Clothing", the next drop down list would display all the sub-categories under Clothing such as "Shorts", "Pants", "Coats" etc. And this can go on...

jquery jeditable and multiple fields

I'm pretty new to Jeditable and I was wondering if there is a way to generate and submit a custom form with multiple fields instead of just one field? I've taken a look at this tutorial for some hints and I've made a bit of progress. I'm not sure if I'm on the right track though. ...

What is better to use jquery Ui widgets or jquery plugins for similar things?

What is better to use jquery Ui widgets or jquery plugins for similar things? in terms of performance, easy to use. ...

jquery chart plugin

hi , i know there is a lot of chart,pie chart open source available in jquery , but can u tell me , what is the name of the below screen shot chart plugin , am looking free open source link for the below chart , Thanks ...

Do i need to modify all links in order to ajaxify this website ?

I built this website using ajax (via jquery) instead of full page refresh. Right now, it does not support the browser's back/next buttons, nor deeplink bookmarking. I'd like to implement these functionalities, using for instance the jquery bbq plugin but i'm not sure i understand completely the concept. The main point i'm missing is thi...

jquery masked edit for time

Using meioMask Plugin is there any way to set up a mask so it will accept valid time in 24h or even better in 12h system? $(#txtTime).setMask('time'); This plugin has a pre-defined 24h 'time' mask but it's not quite correct, so you can enter invalid time values like "29:00". Is this mask is not suitable for this purpose and if not whi...