jquery-plugins

jCarousel - How to set your carousel to fluid width?

Hi All One of the websites I work on has a few jCarousel sliders each inside their own accordion boxes. ( Click the coloured bar to open a section to see the horizontal carousel ) http://mememotion.tv/ Problem: When you resize the browser window smaller, then larger again, something happens to the css. The videos are now pushed up agai...

jQuery Not to show Year on the Datepicker?

How can i possible not to show the year entry on jquery Ui datepicker. now its show as Oct 2010, but i just need Oct. is it possible?? ...

Is there an open source program that would give you the "Pages" feature of Backpack (37Signals)?

I'm creating a financial web app (Rails 3) and I would love to put a feature in such as the one from Backpack's "Pages" feature (from 37Signals). I could probably just use some JS WYSIWYG plugin but I really like that feature of Backpack. Thanks for any recommendations. ...

Java Scrip Conflict with jquery plugin - working on test page

I am attempting to use the smooth scroll by smoothdivscroll dot com/#quickdemo , but I am getting a js conflict. I have it working on a test page, http://www.visfire.com/scroll.html, but it does not work on the live page viwfire dot com /Design/Logo-CorporateIdDesign.aspx . According to Firebug, "$("div#makeMeScrollable").smoothDivScrol...

Using a JQuery Overlay, with an external page that contains a form

I have been using some of the flowplayer jquery tools and have had reasonable success. I use their overlay to load other pages, play videos and the like. I now have a requirement to put a form in the overlay and this displays fine. However, the submit button doesn't seem to have any effect. I put a link on the overlay to load a page and...

Stacking notification bars

I like the notification bars used in stackoverflow. I have found a jQuery plugin which makes the notification bar possible with just a few lines, but this plugin does not seem to stack multiple notifications bars when required. Does anyone know of a better plugin or how to get the plugin below to stack bars as more notifications become...

Problem with form validation using jquery validate plugin

I have the following code to perform validation of SubmitForm shown below .when i click on AddressListing div tag and call the validation function ,it performs validation only for the businessname field but not for other remaining feilds.Only businessname name field will be highlighted in red color,but not other feilds. I am using the f...

mixing JQuery and Objective C

Is it possible to use the JQuery effects in the existing Xcode project? plz let me knw if it is possible.. ...

jQuery validation: a callback triggered by a certain rule?

Hi, I'm trying to do the following: I've got a form that is validated with the jQuery Validation Plugin. There is a field which has a couple of rules: var validator = $("#myForm").validate({ rules: { emailForRequest: { required: true, ema...

How to get the minutes start back at 00 in count Up Timer

Hi am working on this Count Up/Count down Timer however I can't get the minutes to return back to 00 after an hour has elapsed (or reach 60). The 60 remains and it just continues counting the minutes (e.g. 1:61:09). I would like it to show (e.g. 1:01:09) $(document).ready(function() { jQuery.fn.countUpDown = function(settings,to) { ...

best jquery-based lightbox / popup dialogbox ?

Hi all, i'm looking for a jquery-based popup dialog box that we will use for : displaying static content pages (terms of use, etc) the contact us page (already uses the jquery form plugin for ajax submit) displaying full-size for photo thumbnails. can anybody recommend one that can fulfills all the above and that is rather lightweigh...

Re-Initialize jquery anythingslider

Currently, my anythingslider has too many slides to fit in the wrapper without wrapping some elements below the others. This should make sense to users of this plugin. I'd like to show/hide some of the invisible elements as the back/forward buttons are clicked. My problem so far is that the plugin is looking for elements that have bee...

jquery galleriffic does not work properly

i'm using jquery gallerific a long time ago (6 months) and recently i started to realize there is a problem with the photo gallery, when opened the gallery and then close it and then try to write something in an input type="text" i cannot move through it. The cursor in any input text stays locked and just have to use the mouse to go to s...

Is it ineffecient to use a jQuery extension to create your HTML?

I have been using domec for awhile, and I was just wondering if plug-ins like these are much more inefficient then just using jQuery's built in methods. ...

Where's the Tipsy plugin for jQuery?

I'm unable to find the download link for the Tipsy plugin http://onehackoranother.com/projects/jquery/tipsy/ The jQuery project page for the plugin (http://plugins.jquery.com/project/tipsy) does not have a download link. Am I not looking in the right place? ...

Can I detect when a page extends to the right with javascript?

I am using a javascript plugin called pop (http://pop.seaofclouds.com/) to have a drop down menu. It works fine but I want to show long strings so I need the drop down box to be wide rather than long. I would love to be able to make it so that if the box that appears extends the page to the right then the box would stretch to the left. ...

How to strip carriage returns from text fields returned from mysql in PHP?

I am using PHP to read a text field (DESCRIPTION) from MYSQL and prepare a JSON object. Modelled on JQUERY DataTables Plug-In example. The DESCRIPTION field contains carriage returns and I believe this leads to invalid JSON. JSONLINT.com produces "Syntax error, unexpected TINVALID at line 35. Parsing failed". http://ageara.com/exp3/se...

Get unmatched value in jQuery Plugin: Tokenizing Autocomplete Text Entry

I'm using jQuery Plugin: Tokenizing Autocomplete Text Entry. I only allow one token. What I need to do is, whenever there is an un-matching value to the all of the list and user hits enter, I want to grab that enter event and add that value to master table in the database and also add that value in the list Please let me know I'm not cl...

How to use jQuery Countdown Plugin functions

I am working on this piece of code using the jQuery Countdown Plugin it works but how ever if i try using a function with " function showPauseTime ()" I keep getting an error showPauseTime undefined. Can any body take a look at the code and tell me how I could solve this thanks $('#beginExercise').click(function() { //check if ter...

store JSON data for later calls in jquery plugin

Hi, I'm writing a jQuery plugin that works on a piece of JSON data object. This data needs to be calculated by the plugin only once, so I want to calculate it on the first call to the plugin and store it to be used in every subsequent call. My questtion is whether there's a standard and accepted methodology for storing data used by jQuer...