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...
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??
...
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.
...
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...
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...
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...
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...
Is it possible to use the JQuery effects in the existing Xcode project?
plz let me knw if it is possible..
...
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...
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) {
...
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...
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...
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...
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.
...
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?
...
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.
...
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...
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...
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...
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...