jquery-plugins

Anyone tell me why this Jquery doesn't work in IE?

The following code works fine in FF chrome etc but not IE, anyone know why? Basically everything works accept the replacement of the image attribute $("#container #main_image img#largeId").attr({ src: largePath }); Even the rest of the function ie the swapping classes works, just not the image replacement. The full example can be see...

jQuery commercial legal questions

Hello, The company I am working for is developing a web application layer for a commercial software product. My questions have probably been answered before but I have searched and I can't find a similar scenario to my question. The Web UI will be developed using jQuery and involve using the excellent pre-built plugins other users have...

jQuery content switch and fadein plugin?

Hello, For a project I would like to make a content banner that would switch between several "slides" (containing html, images etc). The "slides" are div elements. The slideIn effect used by jCarousel isn't what the guy wants, he wanst it to fadeIn/fadeOut the "slides" with each "slide" shown for 7 seconds. Anyone know of a plugin that...

jQuery UI Draggable snap rulers

I am setting up a drag and drop interface using jquery and jquery-ui. I've got element snapping working, which is nice, but now I'm trying to get elements to snap at a distance, using some sort of automatic temporary guide rulers. A very good implementation is on the mac version of Powerpoint. Here's a screenshot of a drag in progress: ...

jqGrid dynamic select option

I'm creating a jqgrid with drop down columns and I'm using cell editing. I need the options of the drop down columns to change dynamically and I've tried implementing this by setting the column to be: { name: "AccountLookup", index: "AccountLookup", width: 90, editable: true, resizable: true, edittype: "select", formatter: "select" }, ...

raising a confirm dialog via jQuery on asp:LinkButton click event

Consider an ASP.NET webforms app where the requirement is to raise a confirm dialog when an asp:LinkButton is clicked. The results of the confirm dialog should allow or block the postback for the linkButton_click method. The plugin/library currently being used is the jquery.alerts.js (found on ABeautifulSite). <script src="http://labs....

jQuery Validate - require at least one field in a group to be filled

I'm using the excellent jQuery Validate Plugin to validate some forms. On one form, I need to ensure that the user fills in at least one of a group of fields. I think I've got a pretty good solution, and wanted to share it. Please suggest any improvements you can think of. Finding no built-in way to do this, I searched and found Rebecc...

how to find selected elements with Jquery UI selectable

Hi All, I am looking for info on the event and ui objects the jquery selectable events: "selecting", and "start" take as parameters. I cannot find this in the documentation and looping through the properties is no help. $('#content_td_account').selectable({ filter: 'li:not(".non_draggable")', ...

Where should I add style in jQuery plugin elements?

Is it considered good practice to add style to the elements generated by a jQuery plugin in the script itself, or an external stylesheet? (function($) { $.myplugin= function(options) { var options = jQuery.extend({ backgroundColor: '#0066cc', borderColor: '#003366', borderWidth: '1px', fontColor: '#66ccf...

Can we overlay texts and div elements with JQuery lightbox plugin?

I came across this lightbox plugin and thought of implementing it in my project. I have an option of Exporting data in my application. When I click the export link, I want the light box to appear with some text and buttons like Export to excel,export to text file etc. But will the light box plugin overlay only images? If not, how can I ...

How can be made that, without silverlight?

Hi there, Do you have any idea about how is made, or how can be made the slide-show from vertigosoftware.com but without using a Silverlight technology. Do you have any idea if that can be made with jQuery? Do you know which jQuery plugin does that? Many Thanks ...

How can I use the jQuery Round Corner plugin to make round corners?

I need a round corner on my website. I'm fairly inexperienced with jQuery and JavaScript in general; what's the proper way to load and call this plugin? ...

lavalamp jquery not linking through

I'm struggling getting my lavalamp to work on a site i'm redesigning. the jquery and links were taken from the previous site but they're not working when you click on them. note all pages aren't finished yet, about us page is live on the site to check www.alwaystwisted.com/sandbox/stagecraft/index.html any ideas? I'm sure it's someth...

Could not convert JavaScript argument arg 0" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS

I am trying to make this captcha jquery plugin to work. The a certain line of code is executed, the error pops up. This is the line of code that causes the error : $(".ajax-fc-" + rand).draggable({ containment: '#ajax-fc-content' }); What I am assuming is that there is some kind of conflict with the javascript reference, but can't de...

jGrowl: How can I limit my interface to one message at a time?

Given: I load a queue of messages at page load. With jGrowl, how can I display each message, one message at a time, in a drip-like fashion? ...

Jquery Corners produces a white background. I need transparent background corners

Im creating a navigation window with tabs round cornered. im trying to do this but jquery corner produces a white background ar corners. How can we overcome that problem. here is the snapshow of my navigation bar http://www.flickr.com/photos/41695354@N08/3858299131/ ...

jQuery: Increase Perceived Responsiveness During the Ready Event

Launching code on document ready is a pillar of jQuery. But sometimes, lengthy operations will be executed inside the ready event. For example, attaching multiple carousel instances to lengthy unordered lists will take some time. Question: How can I increase perceived responsiveness during the ready event? For example: Can I...

How do you keep your jQuery plugins updated?

I'm guessing I'll have to go to each plugin's site and subscribe to the site's RSS feed...but I thought I'd ask, just in case there's a better way. This is assuming that I even want to keep the plugins updated...Hey if it's working...why change it... ...

How to hide loadingAnimation.gif in Thickbox...??

Hi, I'm new to jQuery Thickbox. I've implemented the following code: HTML: <a class="thickbox" href="javascript:void(0);" onclick="javascript:initMap(lat,lng,'htmlmsg',1);" >map</a> <div id="show_map" style="display:none"> <div id="map_canvas"></div> </div> JS: function initMap(x,y,msg,flg){ var map = new GMap2(document.g...

jQuery plugin to show the contents of a specific div on an external page??

Scenario: Say I am on an invoice details page. I have a customer name label and I want to be able to load customer details into a popup tooltip on mouseover of the label. The contents of this tooltip should come from the contents of a specific div on an external page, for example: ExternalURL: Customers.aspx?CustomerID=224 ExternalDI...