-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version #94
Comments
Sorry, just haven't had the time to have another crack at it. 1.3 works well enough for most of the things I do, so it's not been a priority. |
Is there maybe any chance for destroy function ? |
Does |
In the source code jquery.gridmanager.js i don't see also this function. |
hmm, I think I must have tried this later (been so long since I've touched the code). Does this work?
Either way, the principle is there I think - get the content, destroy the containing element |
Well it doesn't work, it removes almost everything.
after init:
after destroy:
|
Try replacing
with
|
Same result Final output:
|
Currently i have changed the destroy function to:
It works like a harm on cleaning the html code but when i initialize the grid manager again the controls for it are creating one more time per each init. So if i destroy grid manager one time and recreate it the controls will be create twice for each row / col. If i do it 4 times then they will be 4 inits per each control. Still working on it. Can you provide some help on that ? |
Is there any upcomming new version of this ? On the issues are such kind of information.
for example: #84
The text was updated successfully, but these errors were encountered: