[jQuery] jQuery taconite val()
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Courier;
panose-1:2 7 4 9 2 2 5 2 4 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I think I may be missing something in the jQuery Taconite
implementation. To clear a text field’s value I would typically just use </span></font><font
size=2 face="Courier New"><span style='font-size:10.0pt;font-family:"Courier New"'>$(“#modify
input”).val(“abc”);</span></font><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'> Using Taconite I expected I
would use </span></font><font size=2 face="Courier New"><span style='font-size:
10.0pt;font-family:"Courier New"'><val selection="#modify input"
value="abc" /></span></font><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>, but it doesn’t work. I’ve
worked around it by simply using </span></font><font size=2 face=Courier><span
style='font-size:10.0pt;font-family:Courier'><eval>$(“#modify input”).val(“abc”);</eval></span></font><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'> in the XML
response, but I’d like to correct my understanding as well. What am
I overlooking?<o:p></o:p></span></font>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font>
</div>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/