Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6548545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:59:01+00:00 2026-05-25T11:59:01+00:00

How can I modify ajax response before jsTree creation? I would like to access

  • 0

How can I modify ajax response before jsTree creation? I would like to access each node ID and add prefix to it. On jsTree page the only clue is this: the function will receive two arguments – the node being loaded & a function”. I need to do that before the tree is actually created, to avoid duplicate ID in the document.

"json_data" : {
"ajax" : { 
  "type": "GET", 
  "url" : "tree.json" 
 }, 
"data" : function(node, func){
        //how to use that? 
}} 

I have expected to get JSON data here, modify it and return? But this will explode.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T11:59:02+00:00Added an answer on May 25, 2026 at 11:59 am

    I have successfully manipulated data using the success callback in the instantiation of the jsTree. In my case, I am parsing XML data returned as JSON from a .NET webmethod. It should work for your case in a similar manner.

    "ajax": {
      "type": "GET"
      "url": "tree.json",
      "success": function (x) {
        //manipulate string x to change id's here
        return x;
      }, ...
    

    Another method is to use the “complete” callback function to manipulate the jsTree in its final form. I don’t recommend it in your case of duplicate id’s, however.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I modify this: /services/type/single_dwelling/ to this: /ajax/services/single_dwelling/development Currently I have: linkUrl =
I'm attempting to write an AJAX control extender that can modify an AJAX Control
I'm currently writing a Greasemonkey script for a page, so I can't modify the
I have an admin page for a store where a user can modify item
How can I modify the default values of options for the $.ajax() function? Ideally
Any way I can intercept and modify javascript that gets loaded through ajax? I
Could someone tell me how I can modify the html before I insert it
I can only modify the code in the ajax call. The ajax call occurs
Can anybody confirm or deny that I can modify default styles provided by StyleCop
Is there anyway I can modify this code example #include <stdlib.h> #include <iostream> class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.