[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread Dan G. Switzer, II
What's your code looks like? Are you using the replaceOptions() method correctly: $(#id).linkselect(replaceOptions, options*, doCallback*) Replaces the options in the dropdown with the array of objects passed into the options argument. You can use this API method to repopulate a Linkselect with

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Thanks for responding. I am using the most recent linkselect version (Date: 2009-07-13 * Rev: 1.2.07) I have read and re-read the documentation and pretty sure doing it correctly. I do have two selects (dropdowns) and both seem to get initiated correctly. I can use any another option in the API

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Here is a distilled (cut and paste) version of the code. Only the plugin is not supplied. The error that is coming up is I[0] is undefined ?xml version=1.0 encoding=UTF-8? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd html

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread Dan G. Switzer, II
skubie, I've fixed the problem. The error was in the repaint() method--which was expecting that the select / element had a title attribute. I've uploaded a fixed version of the plug-in: http://www.givainc.com/labs/linkselect_jquery_plugin.htm Let me know how the new version works out for you.

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Wow. Thanks Dan! Does that mean there should be a version 1.2.08? On Jul 30, 3:57 pm, Dan G. Switzer, II dswit...@pengoworks.com wrote: skubie, I've fixed the problem. The error was in the repaint() method--which was expecting that the select / element had a title attribute. I've uploaded a

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
N/m I now see the page has been updated with version 1.2.08. Thanks Dan! This was frustrating the heck out of me. :)

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Oh and I didn't clue into the missing title attribute since my page was validating fine using Tidy. On Jul 30, 4:29 pm, skube sku...@gmail.com wrote: N/m I now see the page has been updated with version 1.2.08. Thanks Dan! This was frustrating the heck out of me. :)

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread Dan G. Switzer, II
The title attribute isn't required--it's optional. However, we use it as a hint in the dropdown to provide the user with some form of instruction. On Thu, Jul 30, 2009 at 4:37 PM, skube sku...@gmail.com wrote: Oh and I didn't clue into the missing title attribute since my page was validating

[jQuery] Re: Linkselect Plugin Woes

2009-07-29 Thread bharathbhooshan ambati
please check the link its not wrking On Thu, Jul 30, 2009 at 1:02 AM, skube sku...@gmail.com wrote: I'm having a problem with the GivaLabs' Linkselect plugin (http:// www.givainc.com/labs/linkselect_jquery_plugin.htm) and I'm wondering if anyone has any insight? The plugin works great for