BB
Member since Jan 11, 2010
- Profile: /members/5145-bb.htm
- Comments: 8
Recent Blog Comments By BB
-
jQuery 1.4 Live() Form Submit Support
Posted on May 5, 2010 at 3:32 AM
@Ben Thank you, I found the error, the form tags were sitting between table rows and should have been around the entire table. Bad HTML, nothing to do with jQuery. Firebug helped to see that the checkboxes indeed were not inside the form tags. I did find this was helpful in debugging: $('#categ... read more »
-
jQuery 1.4 Live() Form Submit Support
Posted on May 4, 2010 at 1:19 PM
Question from a new jquery user: I'm using load() to add new checkboxes to a long form. When the form is submitted, the new checkboxes are not present. Does this need the new live() ? If so how/where to add it exactly? Here's my script: <script type="text/javascript"> function loadCo... read more »
-
Invoking My First Web Service With ColdFusion (Amazon Web Service)
Posted on Jan 11, 2010 at 1:18 PM
@Leonard Inegbedion, Hi thanks, I got it finally with this. It returned "Translator" tmp.ItemLookupResponse.Items[1].Item.ItemAttributes.Creator[1].XmlAttributes["Role"]... read more »
-
Invoking My First Web Service With ColdFusion (Amazon Web Service)
Posted on Jan 11, 2010 at 11:30 AM
hi, when I dump xml for example from Amazon's API, how do I access the values of the blue struct nodes?... read more »