BACKBONE.JS how create function backbone.js - Net-Raft.com

Welcome aboard! We are happy you are here and wish you good net-raft!




Just a Web Code Solution
join us

How create a function in backbone.js ?


 197

BACKBONE.JS


2

<script type="text/javascript"> 


var MyText = _.extend({lang:'Backbone.js!'}, Backbone.Events);

MyText.on('MyFunction', function () {
document.write("This is ");
document.write(this.lang);
});

MyText.trigger('MyFunction'); 

</script> 


By        
The power of the user (%)
19%

BACKBONE.JS


1

<script type="text/javascript"> 


var MyText= _.extend({lang:'backbone'}, Backbone.Events);

var MyFunction = function () {
document.write('Welcome to');
};
var MyFunction1 = function () {
document.write('Backbone.js!');
};

MyText.on('trig1',MyFunction);
MyText.on('trig1',MyFunction1);

MyText.trigger('trig1'); 

</script> 

result: Welcome to Backbone.js! 


By        
The power of the user (%)
13%



The most helpful BACKBONE.JS solutions

How to get country from client ip address using backbonejs ?How to get country from client ip address using backbonejs ?BACKBONE.JS

Click to see more ...

  1K     84

How to bind callback to only fire once before being removed using backbone.js ?How to bind callback to only fire once before being removed using backbone.js ?BACKBONE.JS

Click to see more ...

  752     66

How to detect the type of a device using backbonejs ?How to detect the type of a device using backbonejs ?BACKBONE.JS

Click to see more ...

  654     59

How to detect the version of IE browser using backbonejs ?How to detect the version of IE browser using backbonejs ?BACKBONE.JS

Click to see more ...

  487     53

How to detect mobile device not tablet using backbonejs ?How to detect mobile device not tablet using backbonejs ?BACKBONE.JS

Click to see more ...

  501     51

How to get clients latitude and longitude from ip address using backbonejs ?How to get clients latitude and longitude from ip address using backbonejs ?BACKBONE.JS

Click to see more ...

  541     48

How can I trigger a fucntion using backbone.js ?How can I trigger a fucntion using backbone.js ?BACKBONE.JS

Click to see more ...

  343     46

How can I trigger a function in backbone.sj?How can I trigger a function in backbone.sj?BACKBONE.JS

Click to see more ...

  625     44

How can I trigger multiple functions using backbone.js ?How can I trigger multiple functions using backbone.js ?BACKBONE.JS

Click to see more ...

  435     39

How set and get a value in backbone.js ?How set and get a value in backbone.js ?BACKBONE.JS

Click to see more ...

  314     36

Welcome aboard!
We are happy you are here and
wish you good net-raft!