[jQuery] Re: AjaxCFC success return value

2009-01-21 Thread alexquery
bump :) -- View this message in context: http://www.nabble.com/AjaxCFC-success-return-value-tp21580307s27240p21581667.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] AjaxCFC success return value

2009-01-21 Thread alexquery
I am trying to create a function that returns the value produced from an Ajaxcfc call. function getRootCatID(strSupplierCode){ var objParams = {}; objParams.strSupplierCode = strSupplierCode; $.AjaxCFC({ url: "model

[jQuery] Re: Meta Data within elements

2009-01-13 Thread alexquery
BUMP alexquery wrote: > > I am creating a product/category tree using jquery. I would like to be > able to store additional data within each node. > > The nodes in my tree are basicaly list elements. How would I add data to > these elements such as the count of products and

[jQuery] Meta Data within elements

2009-01-12 Thread alexquery
I am creating a product/category tree using jquery. I would like to be able to store additional data within each node. The nodes in my tree are basicaly list elements. How would I add data to these elements such as the count of products and categories beneath them ? I tried this method. jQuery