Hi,
I am pretty new and got a following problem...
case:
We got an accordion and within this accordion we got an sexy-combo-box
<html>
<head>
<link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />
<script src="http://code.jquery.com/jquery-latest.js"></script>
<...
I am trying to get an html form inside jquery fancybox plugin (or something similar).
When user clicks a link, I want to open the modal box that displays some textfields and submit button. After user clicks submit they go back to the original page and the page reloads.
...
Hello!
I've followed the instructions on the website of Anything slider (http://css-tricks.com/anythingslider-jquery-plugin/), about customizing, but when I add width, I have slides dissapear or blank slides.
Any help will be much apprecied.
...
I am creating a simple jQuery widget and have the following two lines in the _init() method.
this.element.find("li.thumb img").css("cursor", "pointer");
this.element.find("li.thumb img").live("click", function() { alert(); });
The addition of the style property in the first line works in both IE7 and FF3. However, the binding of the e...
Hi, Im trying to edit jeditable with jwysiwyg and i have a list of pages(links) i want to restrict jwysiwyg to, so when a user selects the link option(createLink) i want to actually load a fancybox and then allow the users to select just one of these pages. Ive search for the last three days and tried editing the createLink function in j...
When I try using jquery gradient plugin with blueprint-css tabs plugin , I see that the tabs
get disabled.
http://wildindia.org/mwtest/grad.php ( demo link )
If you see the there, the Tab #2 is inactive.
Does anybody here know the reason behind it ?
-
Anush
...
Hi,
Is there a way to have lightbox on page load??
Say like when the page is loading i need to show the lightbox... and when the page load is complete it should disappear??
Pls help me in this...!!
...
We are using the jQuery lwRTE plugin (http://plugins.jquery.com/project/lwRTE) to collect user input, and we have been quite pleased with its flexibility. We are only interested in allowing basic formatting, and the ability to customize the toolbar has been nice.
One problem we have run into, though, is dealing with the additional (garb...
Can anyone please recomend one?
I am using ASP.NET MVC.
Thank you
...
I'm extremely frustrated, I can't figure out what I'm doing wrong with this slider. How I have done it looks exactly the same as how the example page does it, except the example page is working, and mine isn't. I know the script is at least running because it creates some extra <li> tags with the class 'cloned', but nothing is moving.
F...
I'm trying to find a jQuery plugin for the following situation:
I have a long DIV box that has a lot of important content in it. I've seen in different places where sites have a light overlay of a bar/arrows of some sort that float on the bottom of the screen if there is more content below, alerting the user that there's more.
Any idea...
I wrote code that fails to use the JQuery autocomplete to fire a result function after the user selects something valid (below).
By result, I mean result handler, a function that fires after a good selection happens in the autocomplete plugin. Documented here.
In my case, I have a form that is really a table where each row is the same...
I am searching for a simplistic jQuery Lightbox plugin with minimal features.
Must support Ajax / Inline / Images
Must have a close button.
Must be easily customizable (CSS wise). I tried a bunch of plugins and they have so much unnecessary styling.
Must have a close button in the top right corner.
Must be a jQuery plug-in.
I could w...
Iam using this plugin.
How do I show all the options available in the dropdown for an input field when it receives focus? Right now , I have to type something for the plugin to filter the options.
What I have right now
var $sessionTimes = "00:00 00:15 00:30 00:45 1:00 1:15".split(" ");
$(".autocompleteTime").autocomplete($sessionTime...
I'm using the jQuery Countdown plugin but having some trouble getting it to show the right countdown.
I want to countdown to a date and a time, but everytime I add the time to the Date string, it stops working.
This works:
var openTime = new Date('2009,09,25');
$('#countdown').countdown({until: openTime});
But this doesn't:
var ope...
Hi, I have been messing around with animating caption text from left to right using jQuery animate (toggle). I'm almost there but there are a few wee glitches still - I want to make it smoother (not as jerky when text breaks onto two lines) and I also want the text to animate in on page load - at the moment, it toggles away on page load....
I am learning how to create plugin and have problem in how to create my own customized selector.
If I have a table with nth row and nth column below
<table id="myTable">
<tr><td></td>........<td></td></tr>
.
.
.
<tr><td></td>........<td></td></tr>
</table>
and I would like to create a plugin that has a selector that...
I am using HtmlBox 2.8 (http://remiya.com/cms/projects/jquery-plugins/htmlbox/)
This jQuery plugin turns a TextArea of your choice to RichTextBox editor.
In FireFox 3.5.3 I can not get focus (cursor) into the textarea. If I click on "Html" button which switches to HTML view, the control gets the cursor and editing is enabled both in HT...
Hey guys,
so that's pretty much my question.
My problem is that i have multiple scrolls being initiated from a single statement like so:
var all = $('.scroll').scrollable({
size: 1,
loop: true,
speed:350,
onSeek: function() {
// upon slider click or arrow click, execute
}
});
..and I have 2 sliders.. the o...
I Have a large form with hidden divs, an initial select menu reveals the appropriate div (reduced to just one option here for brevity)... when that containing div is made visible I want to use the validate plugin to validate the next select menu.
I use this rule, which works for the initial select menu
salesProduct: {
required: "...