Jquery, Custom Made Mod/Comp - Joomla! Forum - community, help and support
hi !
i have built custom component , module:
component contains configuration user has make.
module contains : tmpl/images, 3 js files 2 php , css. 1 of php files contains html, javascript , php.
which executes fine except 1 thing i'm trying add. jquery calls default.php this:
curpageurl gets current address ..
anyways goes default.php execute php function gets things component. works fine...
now on success of above ajax configuration component alas, it's not working..
any appreciated !
i have built custom component , module:
component contains configuration user has make.
module contains : tmpl/images, 3 js files 2 php , css. 1 of php files contains html, javascript , php.
which executes fine except 1 thing i'm trying add. jquery calls default.php this:
code: select all
$.ajax({
url: curpageurl(),
type: "post",
cache: false,
data: {position: ""+compos,
csolmomt: "getcomponentposition"}curpageurl gets current address ..
anyways goes default.php execute php function gets things component. works fine...
now on success of above ajax configuration component alas, it's not working..
any appreciated !
Comments
Post a Comment