Issue #3263Opened February 4, 2021by san-1230 reactions

Remote storage issues

Question

Hi,

Code SnippetTEXT
grapeJs initiated,   I normally load function call and append content to gjs div,

$.ajax({
type: "GET",
            url: ''
 
            processData: false,
            contentType: 'application/json; charset=utf-8',
            DataType: "Json",
 $.each(data, function (key, data) {
 $('#gjs').append(html);
}
});
My issues, After save content, reload same function call not working.   How to call save/ load function simply?

Please guide me

Answers (1)

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.