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/

Reply via email to