jquery-plugins

jquery menu navigator

Hi all. I am looking for a sample code for a menu navigator like in the jquery wiki, "navigator". I have seen this http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/ But i have no idea how to make it looks like the above one. Please help! Thank you -Aruna ...

qtip jquery plugin to display text from link

I am trying to use the jQuery qTip plugin to display the text inside the element. I have multiple links in a table like so with different classes. The text in the links is hidden with a negative text indent and a background sprite is used to make them look unique. <a href="#" class="spot_quote">Spot quote</a> <a href="#" class="cont...

File Upload with progress bar in Asp.Net Mvc/ jQuery?

I am looking for a jQuery plugin for File upload with progress bar for Asp.Net MVC. We are using RadUpload control in an existing Asp.Net WebForm application and it shows the status without using Flash/Silverlight. http://demos.telerik.com/aspnet-ajax/upload/examples/customizingraduploadui/defaultcs.aspx?RadUrid=5154cf7e-2fee-4adc-b0cc...

jQuery Slider - How do I make a group of sliders having max value depending on another Slider?

Here is a hard one I have been trying to get it work. It does work half way however I think the logic is the problem. I will explain the situation and the problem below. Situation: Want to use a slider controller to select number of Adult,Child,Infant that can occupy inside a room. For example, a Room which can accommodate 3 person, whe...

ajax problem (jquery)

I'm just reposting to make this clearer & because I've uploaded a sample of the problem... Simply... This fancy box plugin works great on this page http://www.websitesbyshane.co.uk/chris/portfolio.php but NOT if the portfolio #content is pulled into the index.php via ajax. You can see for your self by going to the homepage here www.w...

Problem with UI Layout plugin in combination with Tokenizing autocomplete plugin, MVC .NET application

Hello, i have problem with jquery layout plugin in combination with Tokenizing autocomplete plugin. When i click on close bar on one of panes inside which sits input text box with tokenizing autocomplete plugin, div close. But, when reope i can find 2 input text boxes with tokenizing plugin. Anyone have solution for this? Need to preve...

Problem formatting jQuery UI Calendar

Hi Guys, I am stuck with a problem of formatting jQuery UI Calendar. The format for the calendar is based on the user preference. If the user selects the Date format from the first select box, then the UI calendar format should be based on that... Please share ideas on how to achieve this.. thanks in advance.. jQuery Code jQuery(functi...

jquery datepicker Buddhist date

Hi All, is there any jquery datepicker plugin to display as Buddhist date? currently I use jquery ui datepicker to display it, but it's not actually I want. here is the code $(document).ready( function() { $("#datepicker").datepicker( { appendText: ' yyyy-mm-dd', autoSize: true, buttonImage: 'images/calenda...

How can I make a javascript/jQuery countdown that is only visible after X minutes?

Hi folks, After the users have been inactive for X minutes, I need to display the number of minutes left till the session times out in ASP.NET. For e.g. after 5 minutes, they will see 'You have been inactive for 5 minutes. You will be logged off after another 10 minutes'. Each minute after that, the message will be updated. I found a...

Uploadify uploadifySettings error in IE

Hi All I am using the code for the uploading image using uploadify plugin, Its working fine in Firfox and safari, but not supported in IE $("#uploadify").uploadify({ 'uploader' : 'scripts/uploadify.swf', 'script' : 'scripts/upload_product.php', 'cancelImg' : 'images/cancel.png', 'folder' : ...

Validation uploadify

Hi All am using jquery uploadify for uploading file How we get that user has selected a file or not. I tried to using the folder object value of uploadify object but its not working for me.. It always same.. I assume that it was null before it. Is any way for it Thanks Amit Battan ...

Feeding Data From One Page into a jQuery Carousel

Hi, I am not sure if this is possible but hoping that it is through the use of jQuery/javascript. Basically, within my website I'm going to have a page where the owner of the site can add and remove images that will be say in a two column table inside a DIV by where column one will hold and image and column two will display a short des...

.change doesn't work, when the value changes via another script

i have a select tag <select name="valueAA" id="valueAA"> i use UI Slider, and i need to write a function onchange of select tag, but when it changes via slider, my function doesn't work. $("#valueAA").change(function() { alert("works");// doesn't work }) can i avoid such behavior without changing the ui s...

Should I use minified or regular versions of jQuery plugins during development and deployment?

As many of you know, most jQuery (or javascript, for that matter) plugins you find these days can be downloaded as either regularly formatted code, minified version, or both. For development purposes, I like to use the non-minified versions of the plugins, in case I need to set a Firebug breakpoint or look through it for any reason. Now...

css selector jquery problem

I have the following code $(function() { $('#totalRecords').css('visibility', 'hidden'); alert("hi"); }); Problem is that it doesnt hide my drop down which is <span id="lblCodes" class="pol" style="top:4;left:209;">Codes</span> <span id="totalRecords" class="pol" style="top:4;left:350;visibility:visible;"> <select id...

Is there a jQuery plugin for closable overlays?

Hi folks, I need a jQuery plugin that displays an overlay at the top of the screen, for notifications. It needs to be closable. Preferably, it's text should be updatable (without closing and opening a new one - I don't want a second animation if the overlay is already displayed when the text is updated). It also shouldn't bounce while...

Timepickr jQuery obect not working

I trying to implement a timepickr element into my website, however it seems that the element will work fine in one section of a page, but not in another. I reference the appropriate css files… <link rel="Stylesheet" media="screen" href="ui.timepickr.css" /> <link rel="stylesheet" media="screen" href="jquery.timepickr.css" type="text/cs...

paginaton dropdown with jquery

I want to have a dropdown that will have the user select which record number they want to be on? so if I ave 200 records in db, it will have 4 pages and dropdown will look like this "Just an idea..not an exact code" <select> <option>1-50</option> <option>51-100</option> <option>101-150</option> <option>151-200</option> </select> I se...

Jquery form plugin on IE7

I tried using jquery form plugin on IE7. I wanted to use this specifically http://jquery.malsup.com/form/#html . When I tried it over Chrome/FF it worked. But with IE, it didn't work. I tried changing the form method to GET and it worked on IE. Is there a way I can use the plugin with POST ? Thanks, Anush ...

jQuery keyboard navigation using .live() or .delegate()

Hello, I am currently trying to implement keyboard navigation with jQuery (1.4.2) on a webpage that has all the information getting pulled from a ajax request with Spry. I know it's a convoluted method of grabbing data and populating a webpage with it, but I really like how Spry handles datasets. My markup looks something like this: ...