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.
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
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
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
4 matches
Mail list logo