[jQuery] validate - How to dynamically set required:true to required:false

2009-12-03 Thread Ken
I am dynamically changing the className from required:true to required:false but jquery.validate.js always is displaying that this field is required. function change_required(id,bRequired) { document.getElementById(id).className= (bRequired?'{required:true}':'{required:false}') } Before submit I

[jQuery] jquery glider inside tabs

2009-11-02 Thread Ken
Hi, I'm trying to create a 3 tabbed panel with a slideshow in each tab. The information will be dynamically generated by my CMS. The problem I'm running into is that the plugin I'm using allows for only one initialized id. So I am initializing and it works in the first tab, but doesn't work in

[jQuery] Re: Loading external text in to a text area?

2009-09-07 Thread Ken
You use the plugin *jquery.addSelector.js * download >> http://kenphan.info/clientscript/js/jquery.addSelector.js 2009/9/8 ximo wallas > Hello, I would like to know if I can load a small text from a external > source into a textarea. > the external source is a php that will write some clean tex

[jQuery] Re: AJAX-queries in Internet Explorer

2009-09-07 Thread Ken
hi you ! i need use *focusNode *for jquery but i don't know it where and what is it action ! pls ! help me

[jQuery] Re: KFManager v1.0

2009-08-20 Thread Ken
sorry. because the time busy, can the next time I will put it to MCE. 2009/8/20 Sam Sherlock > great work Ken > > on the mce page the normal mce manager opens for me - and as Cyril said the > page is title FCK > on the fck page you open KFManager by clicking in the text box abo

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Ken
ownload has no license information..GPL? MIT? > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of Ken Phan > Sent: Wednesday, August 19, 2009 3:15 PM > To: jQuery (English) > Subject: [jQuery] Re: KFManager v1.0 > &g

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Ken Phan
oaw ! very nice script ^^ On Aug 19, 8:47 pm, netvibe wrote: > I build something similor about a year ago.. (The demo is in Dutch, > but u can see the way it works) > > http://netvibe.nl/__imagemanager/ > > demo > demo > > It's part of an CMS system I developed, and is used by several > customer

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Ken Phan
u want licensing terms ? On Aug 19, 2:54 am, "Meroe" wrote: > What are the licensing terms? > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of Ken Phan > Sent: Tuesday, August 18, 2009 12:21 PM &

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Ken Phan
er > > to see how it does there. > > > On Aug 18, 4:06 pm, Web Specialist wrote: > > >> Good job. Awesome! > > >> Cheers > >> Marco Antonio > > >> On Tue, Aug 18, 2009 at 1:20 PM, Ken Phan wrote: > > >>> KFManager (Ken&#

[jQuery] KFManager v1.0

2009-08-18 Thread Ken Phan
KFManager (Ken's File Manager) is a plugin of jquery. It uses AJAX to manage image files in a web browser and it was developed to help programmer gently in the file manager. It is easy to use demo >> http://trinhvietcuong.com/ken/index.html

[jQuery] Re: jquery autocomplete with dwr

2009-07-23 Thread Ken
how to disable firebug. 2009/7/23 > Hi! > > first: someone know one great (simple and easy) plugin for jquery for > autocomplete/suggestion ? > second: someone use this plugin with DWR ? > > > thanks :) -- -- - Administrator : Ken Phan Websmater : www.gol

[jQuery] themeroller - downloading a custom theme seems to be broken

2009-06-15 Thread ken
downloading 1.7.1. Note, I have attempted updating a 1.7.1 theme and creating a new 1.7.2 custom theme. Same behavior for both. Nothing is downloaded. When building the download, deselecting all elements other than core and the download works. Any ideas? Thanks.. ~Ken

[jQuery] Compatibility Issues

2009-05-20 Thread Ken
I have a client using 1.1.4.js and we are using 1.2.6.min.js. If the client upgrades, will it break their 1.1.4.js code? Is there any way to tell? Thank you in advance, Ken

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-06 Thread ken
I'll back up even more, to a very-high level, because these concepts weren't instantly evident to me; once I realized them it helped me to better conceptualize how and why jQuery works as it does. $() aka jQuery(), is basically an implementation of the Factory Pattern, in which one object is resp

[jQuery] Please review my micro-plugin for a perceived hole in the jQuery API

2009-05-04 Thread ken
Does anyone see a problem with this? Has anyone else had to implement something similar? Why wasn't something like this included with jQuery? /** * An AJAX extender for jQuery.fn. * * jQuery's low-level ajax implementation can handle every scenario EXCEPT the situations where we want to apply

[jQuery] Re: Can't reproduce modal behavior - how to prevent clicks?

2009-04-23 Thread ken
fused because I know this technique works on a simple page, but what is it about a complex page that could totally screw-up the event system? On Apr 23, 10:51 am, "Richard D. Worth" wrote: > Have you tried the blockUI plugin? > > http://malsup.com/jquery/block/ > > - Richar

[jQuery] Re: Ready event when loading a page with ajax

2009-04-23 Thread ken
#2 will probably be your best bet. I am pretty sure that if the page you're retrieving has blocks, they'll be parsed out and inserted into the of the document -- before the actual HTML is injected into the . On Apr 23, 9:30 am, Brandon wrote: > Greetings A

[jQuery] Can't reproduce modal behavior - how to prevent clicks?

2009-04-23 Thread ken
I'm trying to prevent any mouse clicks on my page (if only for a short time), and I have this working on a very simple test page, but within my application (that has a very large DOM footprint) nothing is working. function noop(){ return false; } jQuery( document ).bind( 'click mousedown

[jQuery] Re: slightly ot: image appended to href wraps to next line

2009-04-23 Thread Ken Post
anyone? thanks On Mar 27, 2:40 pm, Ken Post wrote: > Hi all- > > I'm looking to do something that I'd think has been done many times > before, I'm just not finding it... > > After all email links on an intranet site we have, we show an > envelope > ic

[jQuery] Re: Delay for $get.Script() callback function

2009-04-08 Thread ken
Might be a little late, but... you failed to include the full description for $.getScript(), or it has changed since you posted this question. The full description is as follows: "Before jQuery 1.2, getScript was only able to load scripts from the same domain as the original page. As of 1.2, you

[jQuery] 1.3 API browser -- can't link to pages?

2009-04-07 Thread ken
I don't see any convenient manner in which to link to a page of the new API browser; am I missing something? Thanks in advance.

[jQuery] Hi ! how re you ?

2009-04-02 Thread Ken
t you contact me nhỉ! Listen and understand! To me this is all you! Thank you for reading this email! -- -- - Administrator : Ken Phan Websmater : www.goldegate.com.vn Listen to music is free : www.enghe.info Ajax pagination: www.goldegate.com.vn/pagination jQuery navig

[jQuery] Chào ! dạo này khỏe ko ?

2009-04-02 Thread Ken
nhưng 1 thời gian nữa bạn sẽ cần nó ... vậy tại sao bạn không liên lạc với tôi nhỉ ! Lắng nghe và thấu hiễu ! Với tôi mọi người điều là bạn ! Cảm ơn bạn đã đọc email này ! -- -- - Administrator : Ken Phan Websmater : www.goldegate.com.vn Listen to music is free : www.enghe.info Ajax

[jQuery] Hi !

2009-04-01 Thread Ken
hoàn thành phiên bản chính thức Enghe ver1.0 Chân thành cảm ơn bạn rất nhiều ! Sign: Ban quản trị Enghe -- -- - Administrator : Ken Phan Websmater : www.goldegate.com.vn Listen to music is free : www.enghe.info Ajax pagination: www.goldegate.com.vn/pagination jQuery navigation: www.

[jQuery] slightly ot: image appended to href wraps to next line

2009-03-27 Thread Ken Post
p-with-previous-word" type of css that i could set on the style of the image? Now, I am using jquery to insert the image, and maybe there's some kind of modification that I can do to only the last word, like adding a div with no wrap... Thanks in advance for you ideas. Ken

[jQuery] Re: jQuery Pagination and MySQL $limit, $offset

2009-01-04 Thread Ken
x27;]; >echo "$name"; > >} > > > ?> > > > (sorry for posting code--- is there a [code] or [html] setting to wrap > code?) > -- > View this message in context: > http://www.nabble.com/jQuery-Pagination-and-MySQL-%24limit%2C-%24offset-tp21270953s27240p21270953.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > > -- - Administrator : Ken Phan Websmater : www.kenphan.com http://kenphan19.blogspot.com --

[jQuery] append can not with form submit for IE

2008-12-23 Thread Ken Phan
hi all ! i usage jquery appent 2 radio group to form. It work when submit in FF but does't work in IE. My code function checklistPanel (type, id,url){ var memory = false; var str = new String(); var newId = id.substr("1")+'-new'; var newIdo = id+'-new'; va

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread ken
g').attr > ("src","asdf.gif"); > > - ricardo > > On Dec 17, 6:03 pm, ken wrote: > > That's basically the form I've developed thus far: > > > > var img = jQuery( '' ).attr( 'src', 'image.gif

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread ken
h the 'normal' jQuery usage. On Wed, Dec 17, 2008 at 11:41 AM, Hector Virgen wrote: > Or you could do this: > > var img = << your image element wrapped in s >> > $('#foo').html(img); > > -Hector > > > > On Wed, Dec 17, 2008 at 9:36 AM

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread ken
that. Thanks for the feedback though. On Wed, Dec 17, 2008 at 11:36 AM, brian wrote: > > On Wed, Dec 17, 2008 at 11:13 AM, ken wrote: > > I need to replace the contents of #foo. > > > > I would love to use CSS, and if I were starting anew that would be the > case, &g

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread ken
HTML because the HTML is very fragile (the existing JS utilizes DOM walking exclusively, so removing/replacing nodes causes a cascade of fail). On Tue, Dec 16, 2008 at 7:21 PM, Kean wrote: > > Ken, I wanted to play by your rules BUT agreed with Brian on using CSS > instead of > >

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-16 Thread ken
Scratch my "working" example -- the .find( 'img' ) evidently can't find the image On Tue, Dec 16, 2008 at 4:50 PM, ken wrote: > I am trying to do the following: > > 1) create an IMG > 2) assign an SRC to the IMG > 3) wrap the IMG in 's > 4

[jQuery] What am I doing wrong here -- htmlTo?

2008-12-16 Thread ken
I am trying to do the following: 1) create an IMG 2) assign an SRC to the IMG 3) wrap the IMG in 's 4) insert the resultant HTML into #foo I have been hammering at this for awhile now, and am having problems; I've tried using wrap and some of the other content-manipulation methods, but I still ca

[jQuery] Re: jQuery / XML / IE

2008-11-13 Thread ken
http://dev.jquery.com/ticket/3143 http://docs.jquery.com/Specifying_the_Data_Type_for_AJAX_Requests (the code block) On Thu, Nov 13, 2008 at 10:37 AM, Jemo <[EMAIL PROTECTED]> wrote: > > OK, this works marvelously in Safari and Firefox for the Mac as well > as Firefox for the PC but it doesn't w

[jQuery] pseudo-forms, .data(), oh my

2008-11-12 Thread ken
de facto source of truth in relation to the data. Is there anything like this already? If not, do you think that the data functionality be a good or bad fit for me? Am I taking the complete wrong approach? Thanks in advance, ken

[jQuery] Re: jQuery + HTML namespaces

2008-11-11 Thread ken
aces, which probably explains why they "sort of > work sometimes in most browsers". > > I suggest you use the innerHTML method to insert the code. In theory > this should "solve" your script reloading problem. > > Karl rudd > > On Fri, Nov 7, 2008 at

[jQuery] jQuery + HTML namespaces

2008-11-06 Thread ken
I've found several instances of people having trouble using jQuery with a document that implements custom HTML namespaces (i.e. ), and I was wondering if anyone had developed any work-arounds? I've recently been tasked with incorporating jQuery into our corporate application -- largely due to my p

[jQuery] Re: mcdropdown mouseout problems

2008-10-30 Thread Ken Gregg
No joy. I removed the anchors and fixed a problem with a duplicate id and still experience the same problem. Ken On Oct 29, 2:36 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > Ken, > > > > >I am trying to usemcdropdownfor an easy search function for a &

[jQuery] Re: mcdropdown mouseout problems

2008-10-30 Thread Ken Gregg
Dan, Perfect. Thanks. I think it will also make a perfect navigation control for a mobile (small screen) application. Going to try that next. Any ideas as to how to set the default text in the field without it having to be an item in the list? Ken On Oct 29, 2:36 pm, "Dan G. Switze

[jQuery] mcdropdown mouseout problems

2008-10-29 Thread Ken Gregg
issue, select search by manufacturer, highlight a style, highlight a caliber. Then move the mouse back up to the selected style. This is an incredible plugin but these issues really limit it's use in a lot of cases. TIA for any help. Ken

[jQuery] jQuery singleton, across iframes

2008-10-15 Thread ken
x27;s jQuery to any new iframes (or new windows?), or similar. Basically I want to avoid each iframe having to load jQuery and the 50 plugins that I plan to use. I looked for a plugin that might do this, but couldn't find one. Has anyone faced this situation before? Thanks, ken

[jQuery] Re: Square Brackets in Sortable Serialize

2008-07-11 Thread Ken Gregg
This is a php thing. Indicates the parameter is an array. On Jul 11, 3:57 pm, Alan Gutierrez <[EMAIL PROTECTED]> wrote: > When I call $("#list").sortable("serialize") I get > > article[]=2&article[]=1 > > Why the square brackets? I've not seen this sort of style of query   > string before. >

[jQuery] Re: X_REQUESTED_WITH ie6

2008-06-28 Thread Ken Gregg
This may not be an IE6 problem. I have two pages. One page the header shows up in php, the other page it doesn't. Using FF3, live headers and firebug both say the header is sent. I haven't tried tracking it down yet. Cold be some strange bug somewhere between the browser and php. Of course, could

[jQuery] Re: tablesorter and parsers not defined error

2008-06-20 Thread Ken
The error seems to be caused from this line. $.tablesorter.defaults.sortList = [[4,0]]; I also put the headers line in the call, so my script look like: $(document).ready(function() { // extend the default setting to always include the zebra widget. $.tablesorter.defaults.widgets = ['zebra'

[jQuery] tablesorter and parsers not defined error

2008-06-20 Thread Ken
options = ''; options += '-- No Route Selected --'; for (var i = 0; i < j.length; i++) { options += ''; } $("select#ctlRoute").html(options); }); }); FireBug: parsers is undefined [Break on this error] (function($){$.extend({tablesorter:new function() {var parsers=[],widgets=[];this... jquery-tablesorte... (line 2) Thank you! Ken

[jQuery] Re: Tablesorter plugin and zebra striping

2008-06-19 Thread Ken
This is exactly what I needed. Thank you to all you responded. The information was perfect! On Jun 18, 11:35 am, Alex <[EMAIL PROTECTED]> wrote: > Hi Ken, luckily for us the brilliant Christian Bach created a widget > system for Tablesorter so when you initialize your table use th

[jQuery] Tablesorter plugin and zebra striping

2008-06-18 Thread Ken
sort columns by clicking on the column headers and works great. What I need to be able to do, is have the zebra striping happen after each table sort. Is there a way to set this up? Thanks, Ken

[jQuery] Re: Which grid?

2008-06-17 Thread Ken Gregg
I was using Rico but dropped it for lack of development activity. Everything but the grid is available in jquery. I would love to see the dynamic data part of the grid incorporated into flexigrid. Think that would make a great combination. http://sourceforge.net/project/showfiles.php?group_id=140

[jQuery] Re: how remove the attributes added by jquery : jQuery1206707292281

2008-06-08 Thread ken
I hope this isn't too late.. I believe the "problem" lies in the fact that when you view source in IE, you get the *current* source. In FF you get the original, unmodified HTML document. However, if you browse the source via Firebug, or the WebDev toolbar's "view generated source" function, you w

[jQuery] Re: Contextmenu plugin help

2008-05-31 Thread Ken Gregg
Check the replys to your pervious post http://groups.google.com/group/jquery-en/msg/55ebad127bccbbc9 On May 30, 2:39 pm, Mauricio Farah <[EMAIL PROTECTED]> wrote: > Hi, I need help with this plugin. I'm not sure if this is the place to > post it, I apologize if it isn't but I don't know how to c

[jQuery] Re: Loading help with contextmenu plugin.

2008-05-28 Thread Ken Gregg
Use livequery. I attach it to each row in a flexigrid ike this: $('tbody tr').livequery(function() { $(this).contextMenu('ctxMenu', { bindings: { 'map': function(t) { mlsnumber = t.id.split("_"); href='/map_update.php?mlsnumber=' + mlsnumber[1]; $.openWin(href,

[jQuery] Re: Variable for Google Maps API

2008-05-05 Thread Ken Robinson
u need to turn the string into an array. The easiest way to do that is to use split(): var geopos = $("meta[name=ICBM]").attr("content").split(','); map.setCenter(new GLatLng(geopos[0], geopos[1]),8); Ken

[jQuery] Re: Cycle plugin an absolute positioning

2008-04-24 Thread Ken Gregg
Another follow up. I ran into cases where the first few photos were centered fine but the later ones were not. When you refreshed the page they were all centered. If the code is run in jquery ready() the photos may not all be loaded yet. Fix for this is to make sure they have width and height tag

[jQuery] Re: Cycle plugin an absolute positioning

2008-04-22 Thread Ken Gregg
Thanks helped a lot. An added note. For Firefox the $('div.pics a').each(function() { $(this).css({left: '50%', marginLeft: -$(this).width()/ 2}); }); needs to happen before you start the cycle plugin. Otherwise for some reason only the first photo is centered.

[jQuery] Re: jMaps3 RC1 Released

2008-04-21 Thread Ken Gregg
The page mentions adding and removing markers. I see addMarker is documented is there a removeMarker? On Apr 20, 7:29 am, "Tane Piper" <[EMAIL PROTECTED]> wrote: > Hey folks, > > Today I am happy to announce that jMaps version 3 has been released > today. This version is classed as a release can

[jQuery] Re: jqModal + Form plugin - Page is reloading in Firefox on form submit, IE works perfect

2008-04-17 Thread Ken Gregg
/683c68aed4fdcfd6?lnk=gst&q=ken+gregg#683c68aed4fdcfd6 Hope this helps. Ken On Apr 15, 12:13 am, Naveen <[EMAIL PROTECTED]> wrote: > Hi, > > I've tried a million workarounds for this, but it just doesn't seem to > work in Firefox! I fire up a jqModal login box which i

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-23 Thread Ken Gregg
There is an error in your wiki example page. But looks very nice. Looking forward to playing with it. K On Mar 23, 11:48 am, Jay Salvat <[EMAIL PROTECTED]> wrote: > Hi all! > > I'm proud to announce you the official release of markItUp! (former > jTagEditor) and markItUp! website. > I hope ever

[jQuery] Re: .serialize() not working on DOM form

2008-03-07 Thread Ken Gregg
I ran into this and discovered serialize won't find a field if it does not have a name tag. I see you only have ids in your code above. On Mar 6, 1:39 pm, jayturley <[EMAIL PROTECTED]> wrote: > On Mar 6, 1:36 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > > > indicating that the form and its in

[jQuery] Re: jQuery won't recognise attribute names containing [square brackets]

2008-02-08 Thread Ken Gregg
Pre jquery I have used an id without the square brackets and a name with the square brackets. I used the id in my javascript and the form would submit with the name. Ken On Feb 7, 6:28 am, Dave Stewart <[EMAIL PROTECTED]> wrote: > I'm finding it impossible using jQuery to select

[jQuery] Re: UPDATER

2008-02-05 Thread Ken Gregg
Try this: http://www.ajtrichards.co.uk/heartbeat/ On Feb 4, 3:16 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Is there any function like AJAX.UPDATER in Prototype ?? > > Or how can I automaticly do AJAX.req in time interval for.ex. 2 > minutes ?

[jQuery] Re: Cycle CountUp

2008-02-03 Thread Ken Gregg
Cool. I need to put a time display on an intranet page. This answers that also. On Feb 2, 5:12 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Interesting tidbit: > I as looking at the questions on Experts-Exchange for > JavaScript.http://www.experts-exchange.com/Programming/Languages/Scripting/Ja

[jQuery] Re: Form Plugin and Thickbox

2008-01-21 Thread Ken Gregg
I ran into a similar problem loading a flot chart in an iframe using thickbox. Worked fine in i.e. but jquery would not work in a thickbox on FF. Here is what I did to fix: http://groups.google.com/group/jquery-en/browse_thread/thread/39b126236d6781df Hope this helps Ken On Jan 20, 10:14 am

[jQuery] Re: flot graph in thickbox - fixed

2007-12-28 Thread Ken Gregg
On Dec 27, 6:58 pm, Ken Gregg <[EMAIL PROTECTED]> wrote: > I created a flot chart page that I am trying to load into thickbox > using an iframe. > > When the chart page loads into the iframe it errors out in jquery with > the message: > > document.defaultView.getCompu

[jQuery] flot graph in thickbox

2007-12-27 Thread Ken Gregg
I created a flot chart page that I am trying to load into thickbox using an iframe. When the chart page loads into the iframe it errors out in jquery with the message: document.defaultView.getComputedStyle(elem, null) has no properties The page is here: http://dev.rwre.com/test/test.html After

[jQuery] Re: Ann: Flot 0.1 released

2007-12-05 Thread Ken Gregg
I found that right after I posted. My first project was plotting daily hits. I just made the x axis the day of the month and made sure my values arrays have an entry for every day and formatted the date using tickFormatter. Worked great, but what you suggest would be even easier. Ken On Dec 5

[jQuery] Re: Ann: Flot 0.1 released

2007-12-04 Thread Ken Gregg
Great work. Anxious to play with it. One suggestion for handling time series is providing x and y axis label callbacks. When passed a value (number of minutes, hours, days, etc) the call back could translate the value to label text and the values would still scale. On Dec 4, 4:04 am, Ole Laursen

[jQuery] Re: Testing IE6 and IE7 with Virtual PC

2007-08-22 Thread Ken
Safari on Windows and Safari on Mac are two different beasts. I found this out the hard way; what was working on Windows, didn't necessarily work on a Mac. :( On Aug 21, 8:40 pm, Brice Burgess <[EMAIL PROTECTED]> wrote: > Bernd Matzner-2 wrote: > > Needless to say, I was psyched to see Safari on

[jQuery] Re: jQuery 1.1.3.1 Safari Crashes

2007-08-20 Thread Ken
; On 8/20/07, ru <[EMAIL PROTECTED]> wrote: > > > > > Anyone know when 1.1.1.4 is going to be released? > > > On Aug 14, 4:12 pm, Ken <[EMAIL PROTECTED]> wrote: > > > I know you, and the other developers, are probably very busy with life > > > and ever

[jQuery] Re: jQuery 1.1.3.1 Safari Crashes

2007-08-14 Thread Ken
being put into jQuery. - Ken On Aug 7, 8:53 am, "John Resig" <[EMAIL PROTECTED]> wrote: > This bug was found just after the 1.1.3.1 release - a ticket was > opened on it and a new version was provided to those that were > effected. The fix will be included in the upcomi

[jQuery] Re: Use a link to submit a form w/ the form plug-in

2007-06-10 Thread Ken Iovino
errr.. addictive. :) On Jun 9, 8:10 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Ken, > > You can call ajaxSubmit from the anchor's click handler, but in > general this is not a good way to submit forms because it won't work > when JavaScript is disa

[jQuery] Use a link to submit a form w/ the form plug-in

2007-06-08 Thread Ken Iovino
I'm wondering if it's possible to use a text link to submit a form that has a unique id? I'm using the Official form plug in (http:// www.malsup.com/jquery/form/) which is great, aside from me not being able to figure this out. (= Here is the code I'm using