[jQuery] Dynamically Created TextArea

2008-11-18 Thread Seth - TA
I am creating a form to where a user will be able to create as many additional textareas as they would like. However, I need to add the ability to have them be able to click remove next to the added textareas so that that textarea will be removed. I would like the remove to be an option up until

[jQuery] Safe Validate for Salesforce

2008-11-05 Thread Seth - TA
I am using the Validate plugin for validating our contact form which sends data into SalesForce. We just implemented the AdWords plugin for SalesForce and they say that using form.submit will break their javascript for SalesForce. Currently with the Validate plugin I do some custom functions

[jQuery] Sifr removing header when printing

2008-10-01 Thread Seth - TA
I am working to get my print CSS correct, however, the h2 tags which I am using sifr on, are getting hidden when printing the page. Any thoughts on how to remedy this? Thanks. Seth

[jQuery] SimpleModal for lead generation

2008-08-27 Thread Seth - TA
Hi there I am attempting to create a modal which will ask for an email address when a user attempts to download a document. The basic functionality is to capture a click, send document src (so redirecting from the modal can be done), send email address to remote page for processing, detect for

[jQuery] Re: Sorting Divs by Span Value

2008-06-20 Thread Seth - TA
TinySort 0.2.0 was just released with the IE for each fix. http://plugins.jquery.com/node/2986 On Jun 18, 3:28 pm, Seth - TA [EMAIL PROTECTED] wrote: @Kevin I got that same error as well. I made a comment on the plugins page to the author. Hopefully I will get an answer, I like the plugin

[jQuery] Re: firefox 3 RC1 : tremendous slow down

2008-06-19 Thread Seth - TA
I am not sure how fast the animations were in FF2, but it seems to me that your site is pretty smooth, animation wise. I'm running FF3 on XP w/ Core Duo 2. Seth On Jun 19, 6:48 am, Aldo [EMAIL PROTECTED] wrote: Hi I'm experiencing the same slow dows in animations and fades with FF3 Final as

[jQuery] Re: Sorting Divs by Span Value

2008-06-18 Thread Seth - TA
. and not functiong correct. FF works OK. If anyone else can confirm the but I will post a bug report. On Tue, Jun 10, 2008 at 11:55 AM, Seth - TA [EMAIL PROTECTED] wrote: Found this plugin to do the job. TinySort - http://www.sjeiti.com/?page_id=321 On Jun 5, 7:29 pm, Dave Methvin

[jQuery] Re: New JQuery Plugin - Menu Toggle Adder

2008-06-13 Thread Seth - TA
Just a suggestion - it took me a while to figure out I had to click the triangle for the drop down to work. Not many people are going to do that the first time. Might want to expand to having the triangle and the header clickable. Seth On Jun 13, 7:21 am, Ed [EMAIL PROTECTED] wrote: Thanks for

[jQuery] Re: Sorting Divs by Span Value

2008-06-10 Thread Seth - TA
Found this plugin to do the job. TinySort - http://www.sjeiti.com/?page_id=321 On Jun 5, 7:29 pm, Dave Methvin [EMAIL PROTECTED] wrote: Wrap that html in a div id=hotels /div and try this code triggered by a button or link. function reorder(sortby, direction) {

[jQuery] Plotkit Port?

2008-06-06 Thread Seth - TA
I saw this when looking for chart functionality http://www.liquidx.net/plotkit/, but wasn't sure if anyone was looking to port it, or has? I saw the Chart plugin, but says 0.1 which says to me that it is pretty far off, although the demos looked alright. Just wondering. Seth

[jQuery] Re: Sorting Divs by Span Value

2008-06-05 Thread Seth - TA
Something along the lines of this: div class=hotel pHotel 1br / Hotel 1 Addressbr / Hotel 1 Phone br / Distance: span class=distance5/spanmi br / Room Rate: $span class=rate125.50/span /p /div div class=hotel pHotel 2br / Hotel 2 Addressbr / Hotel 2 Phone br / Distance: span

[jQuery] Re: Collecting info on sites using jquery.

2008-06-04 Thread Seth - TA
Here is a HUGE list, enjoy - http://docs.jquery.com/Sites_Using_jQuery On Jun 4, 6:36 am, Istvan Orban [EMAIL PROTECTED] wrote: Hi All, I have been using jQuery now more then 6 months. It is amazing. Although as a Java Programmer I found it very difficult to turn my head around, and start

[jQuery] Sorting Divs by Span Value

2008-06-04 Thread Seth - TA
I got a little bit of info from this old thread - http://groups.google.com/group/jquery-en/browse_thread/thread/e0d6c199552dd1f7/145d28867f5e9577?lnk=gstq=sorting#145d28867f5e9577, however, not enough. For some reason, when sorting numbers, it disregards the second number. So if I have {11,100,

[jQuery] [tablesorter] Custom Sorts

2008-05-13 Thread Seth - TA
I am having a couple issues with how to sort a few of my fields. The first, and I think most difficult is I have a field which holds the value of Empty or lists state abbreviations. What I'd like it to do is have Empty be grouped together and then sort the state abbreviations in alpha. I tried

[jQuery] Tablesorter - Custom Sorts

2008-05-13 Thread Seth - TA
[Tried posting this, but never saw it go through. Sorry if it duplicates] I am having a couple issues with how to sort a few of my fields. The first, and I think most difficult is I have a field which holds the value of Empty or lists state abbreviations. What I'd like it to do is have Empty be

[jQuery] Re: Printing A Div

2008-05-13 Thread Seth - TA
Dave Check this out. http://designerkamal.com/jPrintArea/ Seth On May 13, 1:24 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to print a div that contains content. I know how to do it with CSS, I need to be able to print different things from different parts of a page. Need some

[jQuery] Re: popup window like google map infowindow

2008-04-23 Thread Seth - TA
Check this out. http://jqueryfordesigners.com/coda-popup-bubbles/ I haven't done it personally, but its close. Seems cool. Hope it helps. Seth On Apr 23, 9:22 am, wesbird [EMAIL PROTECTED] wrote: Hi, I'm looking for a solution to create a popup window like google map infowindow. when I

[jQuery] Re: copying from one select box or combobox to another.

2008-04-15 Thread Seth - TA
If I understood it correct I have a jQuery snippet where I did a Same as Shipping address kind of thing. code script $(document).ready(function(){ function same_billing() { var thisCheck = $(this); var owner_address = $(#owner_address).val(); var

[jQuery] Spam Plugin

2008-04-09 Thread Seth - TA
I have a feed of new jQuery plugins that I like to check daily to see what great things are created. I saw this one today - http://plugins.jquery.com/project/n-contextmenu. Interested, I went to the demo, and I got like 5 pop-ups, redirected to a new site and another 3 pop-ups. Anyway to remove

[jQuery] Re: attempting to replace img src

2008-04-09 Thread Seth - TA
Here is a hover function. Same concept though. $(#solution_list ul li a).hover(function () { img_src = $(this).attr(id); $(#change_img).attr({src: images/ + img_src + .jpg}); }, function () { img_src = ; }); On Apr 9, 11:19 am, Dan

[jQuery] Re: Spam Plugin

2008-04-09 Thread Seth - TA
Weird, I just checked it and it works. Odd. On Apr 9, 12:30 pm, Bil Corry [EMAIL PROTECTED] wrote: Seth - TA wrote on 4/9/2008 9:46 AM: I have a feed of new jQuery plugins that I like to check daily to see what great things are created. I saw this one today - http://plugins.jquery.com

[jQuery] [tabs] Using jQuery inside tabs

2008-02-25 Thread Seth - TA
I have created a page that calls $tabs.tabs(add, this.href, title); Where this.href is the link I am opening as a remote tab. This works and the tab is added with the correct page showing, however, any and all jQuery which is in the remote page called does not work. I noticed by looking at the

[jQuery] Re: Using jQuery inside tabs

2008-02-25 Thread Seth - TA
tips on how to go about it? Thank you. Seth On Feb 25, 4:30 pm, Klaus Hartl [EMAIL PROTECTED] wrote: On Feb 25, 8:48 pm, Seth - TA [EMAIL PROTECTED] wrote: I have created a page that calls $tabs.tabs(add, this.href, title); Where this.href is the link I am opening as a remote tab. This works

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-02-04 Thread Seth - TA
Jörn - Thanks for doing that. Is 1.2.1 out? I saw in the trunk that the validate.js says 1.2.1pre. Is it usable? Thanks. Seth On Jan 31, 6:27 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Scott González schrieb: Please, don't do that. The modified regex you provided is way over simplified.

[jQuery] Re: [validate] Email validation broken in plugin v1.2?!

2008-01-30 Thread Seth - TA
Is there a way to change that? Or, what part of the email regex could I modify? I would think that most people would agree with me that @localhost wouldn't really be a valid email for production use. If I am wrong, then tell me, however, could you point me in the right direction to not allow a

[jQuery] Re: Patch for jCarousellite jQuery 1.2.1

2007-11-08 Thread Seth - TA
Thanks for the patch. I still can't seem to get it working. Do you have a working example you could post? Thanks. Seth On Oct 10, 1:03 pm, Stosh [EMAIL PROTECTED] wrote: I haven't seen anyone post apatchforjCarouselliteyet, so if anyone is trying to get it to work with jQuery 1.2.0 the fixes

[jQuery] n2menu Mouseout Function

2007-10-02 Thread Seth - TA
Has anyone had any luck implementing a onmouseout function with n2menu. I looked at the JS file and saw a function that delt with onmoueout but it obviously does not do what I think it does. What I am trying to describe is when the user mouseovers the menu selection it expands like it does, but