I'm using the jQuery oembed plugin to display videos from a Vimeo feed.
The only problem is they display over the top of my navigation menu. I have tried setting the z-index of the menu but this makes no difference.
A common suggestion seems to be to set the wmode parameter to transparent or opaque. However, passing this as a parameter to the oembed function makes no difference.
Thanks
Hi all,
Using jQuery validation plugin, how can I configure it so that I have the error labels appear beside the input fields, and also inside a validation summary?
I can make them either display besides the input fields OR inside a validation summary, but not in both. I'd like to have the error messages duplicated (one for the input field and another for the validation summary).
Is it possible? If yes, how?
Thanks
Is it possible to write a plugin or a form for SQL Server Enterprise Manager version 8? I'm doing some simple queries all the time to admin the databases. So wondering if I could write something for it.
Hi,
I am using jQuery autocomplete plugin. I want to restrict the user to select the options only available from autocomplete list and he cannot enter the non available. And the data for autocomplete is from the server and not local.
Is there any option to implement it.
I have tryed to run this code in my console:
script/plugin install git://github.com/apotonick/cells.git
...but i only get an empty folder named "cells" in my "vendor/plugins" dir.
What's wrong?
I'm trying to implement the Paypal Plugin for Phonegap (Iphone) - (https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/PayPalPlugin).
I've followed all the instructions but I get thefollowing error on build from the SAIOSPaypalPlugin.h file -
Lexical or Preprocessor issue - PGPlugin.h not found
I'm using latest Cordova version freshly downloaded from Phonegap site just weeks ago, so I'm not sure whats missing?
I've looked at a lot of various jQuery plugins that I thought I could tweak to get working the way I want but so far have been unsuccessful. I'm not sure if there is a plugin out there that meets these requirements or if I should just write my own (although I'm a bit of a novice!).
The requirements:
Scroll HTML containers left/right infintely in a loop/carousel
Scrolling action is triggered by mouseover on arrows
Scrolling action must be continuous during mouseover (i.e. doesn't pause after each container)
Number of containers is flexible
Is there any drop shadow plugin for jquery?
Seems there was but is no more...
Any help?
ALSO, is it possible to use jquery in a PHP file ? (I create a table in the php file)
Thanx
I want to test how priorities are working in the delayed_job plugin. Im using the mailit app from railscasts. I think i want to send 100 messages with a high priority and 100 with a lower priority. And i want to see if the messages with a lower priority will be delivered on time or they will be put aside.
How can i do a test like this.
I have a Rails app handling authentication with the restful_authentication plugin.
I'm experiencing problems with the email activation feature and before I deal with that I would like to just allow my users to register without having to go through the email activation process.
How do I disable the email activation feature.
Rails 2.2.3
Restful_authentication
Hi All,
I want to set the starting slide manually for the cycle plugin without using pager. It is not working for me.
Code:
$('#divTrac').cycle({
fx: 'scrollHorz',
speed: 1500,
next: '#leftt',
prev: '#rightt',
startingSlide: 2,
timeout: 0, continuous: false,
pause: 1, sync: 1,
nowrap: 1,
slideExpr: '#myTrack'
});
I installed the vim plugin on many different ways. I try to start it with Ctrl-T but what I get is always that error:
E492: Not an editor command: FuzzyFinderTextMate
Im working on a private jQuery plugin in the following format:
(function( $ ){
var defaults = {};
$.fn.cmFlex = function(opts) {
this.each(function() {
//Element specific options
var o = $.extend({}, defaults, opts);
//Code here
});
//code Here
};
})( jQuery );
How will i go on loading the default options from the server before $.cmFlex() is first called?
Does anyone know a jQuery plugin for creating rounded corners for div elements that supports also IE6 ? I'm interested in a cross browsers solution, and the plugins that I saw so far didn't work well with IE6. Thank you very much !
[http://jsfiddle.net/mhmBs/][1]
I tried using the method that he uses in a jquery validator plugin.. My error container is separated from the form, it is outside the form. When I use that method to validated that the user input at least one from 3 input text boxes. It validates the field, but the other items to be validated is ignored specially the items before 3 input text boxes.
Hi,
According to the documentation for the JQuery validation plugin:
the validation is lazy: Before submitting the form for the first time, the user can tab through fields without getting annoying messages
Is there any way to display the messages as the user tabs through the form?
Cheers
I am wanting to use the Facebox plugin for JQuery but am having a few issues getting it running how I want. The div that houses the facebox content is created outside of the tag so even though I am loading up some web controls none of them are firing back to the server.
Has anyone dealt with this that can give me some pointers?
HI,
I want to develop a plugin/addin for windows live messegner to show some data from an API. I want to add an icon in toolbar like Messenger Plus do.
And onclick want to open a pop-up to do my work.
Thanks
how can i set proxy in the netbeans app engine plugin ? so that the it works like command line appcfg -p proxy:port update application_name
i want to do this because i am behind a proxy.
Hi,
I am using the jQuery cycle plugin to fade in and out png images on top of a transparent background. Just from the description you can understand that I'm running into graphic artifacts on explorers. The link to the page is:
http://www.ionline.gr/keavillage
Could you propose an alternative [except flash] or any way I could edit the existing set-up and have a perfect fade-in fade-out of the text?
Thanks
Hi,
I use prototype since a long time, but for some reason I have to switch to Jquery.
I need to build a layout with resizable parts, I found http://layout.jquery-dev.net/
But I don't like the code generated, inline css is ugly.
Do you know any clean alternative? Jquery, Rails plugin or anything else
Cheers