Timeline for Implementing Settings/Preferences in JavaScript
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 17, 2014 at 22:29 | history | edited | Randall Cook | CC BY-SA 3.0 |
expanded answer
|
| Jan 17, 2014 at 22:12 | comment | added | Randall Cook | Your page sounds complex. I still recommend the strategy pattern, though if you can tolerate a few if/else statements, read my additions to my answer above. | |
| Jan 17, 2014 at 12:54 | comment | added | user52009 | Yes, my app settings controls functionality: In my app, the whole database table to be fetched from the database and the number and types of HTML DOM manipulation to be done, new elements to be added to HTML dom and whether some <div> are visible or not would change. How do I deal with all that? | |
| Jan 17, 2014 at 1:00 | history | answered | Randall Cook | CC BY-SA 3.0 |