Mike...

Do those <attr... tags need to be inside their own
<replaceContent ... tags?

Rick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: Monday, March 26, 2007 3:10 PM
To: jQuery Discussion
Subject: Re: [jQuery] Taconite question...

Rick,

Anything you can do in jQuery you can do with Taconite.  Just think to
yourself, "How would I do that in jQuery?"  For example, to check a
checkbox you would write:

$('#myCheckbox').attr('checked', 'checked');

So in Taconite that becomes:

<attr select="#myCheckbox" name="checked" value="checked" />

Mike


On 3/26/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> Hey, Mike... or some else...
>
> Can taconite be used to change a form field value, say from
> false to true, or will it only change element content?
>
> Rick
>
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to