Announcement

Collapse
No announcement yet.

how to pass the arguments from js file to template file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how to pass the arguments from js file to template file

    how to pass the arguments from js file to template file

  • #2
    PHP Code:
    data: function()
    {
      var 
    data Dep.prototype.data.call(this);
      
    data.YourData "YourData";
      return 
    data;

    Comment

    Working...
    X