Help
RSS
API
Feed
Maltego
Contact
Domain > dramithub.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-23
52.178.179.169
(
ClassC
)
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlDate: Sat, 26 Aug 2023 01:34:05 GMTServer: Microsoft-IIS/10.0Access-Control-Allow-Credentials: trueAccess-Control-Allow-Headers: Content-Type, Allow, Authorizatio !DOCTYPE html>html> head> title>Backbone Demo: Todos/title> script>window.JSON || document.write(script srchttp://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js>x3C/script>)/script> !-- see: https://github.com/AjaxStack/AjaxStack --> script srcjqunback-1.51.min.js>/script> script typetext/javascript> // An example Backbone application contributed by // Jérôme Gravel-Niquet(http://jgn.me/). This demo uses a simple // LocalStorage adapter(backbone-localstorage.html) // to persist Backbone models within your browser. // Load the application once the DOM is ready, using `jQuery.ready`: var todosUrl todos; $(function () { // Todo Model // ---------- // Our basic **Todo** model has `content`, `order`, and `done` attributes. window.Todo Backbone.Model.extend({ // Default attributes for the todo. defaults: { content: empty todo..., done: false }, // Ensure that each todo created has `content`. initialize: function () { if (!this.get(content)) { this.set({ content: this.defaults.content }); } }, // Toggle the `done` state of this todo item. toggle: function () { this.save({ done: !this.get(done) }); }, url: function () { return this.get(id) ? todosUrl + / + this.get(id) : todosUrl; }, // Remove this Todo from *localStorage* and delete its view. clear: function () { this.destroy(); this.view.remove(); } }); // Todo Collection // --------------- // The collection of todos is backed by *localStorage* instead of a remote // server. window.TodoList Backbone.Collection.exte
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]