milosev.com
  • Home
    • List all categories
    • Sitemap
  • Downloads
    • WebSphere
    • Hitachi902
    • Hospital
    • Kryptonite
    • OCR
    • APK
  • About me
    • Gallery
      • Italy2022
      • Côte d'Azur 2024
    • Curriculum vitae
      • Resume
      • Lebenslauf
    • Social networks
      • Facebook
      • Twitter
      • LinkedIn
      • Xing
      • GitHub
      • Google Maps
      • Sports tracker
    • Adventures planning
  1. You are here:  
  2. Home

self = this

Details
Written by: Stanko Milosev
Category: Knockout
Published: 01 October 2013
Last Updated: 30 November -0001
Hits: 4299

Because this can be something else, read here.

Autocomplete

Details
Written by: Stanko Milosev
Category: Knockout
Published: 30 September 2013
Last Updated: 30 September 2013
Hits: 4253

Example is taken from here. And my example you can see here. As usual my example is ugly :), without CSS but idea is just to see an example.

Change the value of drop down list

Details
Written by: Stanko Milosev
Category: Knockout
Published: 06 September 2013
Last Updated: 06 September 2013
Hits: 3692

Example you can see here. My problem was in this line:

a.notificationRules()[0].notificationRule("Position")

Few examples

Details
Written by: Stanko Milosev
Category: Knockout
Published: 20 August 2013
Last Updated: 01 October 2013
Hits: 3862

I have made few of my examples like:

selectBox

onClick

onChange

htmlBind

template

addSelectBox

addSelectBoxWthOutFunction

Important thing is line:

ko.applyBindings(new ViewModel());

Where ViewModel must be like:

var ViewModel = function () {
	this.myClick = function () {
		alert('Yo! This is a test!');
	}
};
  1. Testing private callbacks
  2. callFake
  3. One example of Jasmine clock
  4. window.onload

Subcategories

C#

Azure

ASP.NET

JavaScript

Software Development Philosophy

MS SQL

IBM WebSphere MQ

MySQL

Joomla

Delphi

PHP

Windows

Life

Lazarus

Downloads

Android

CSS

Chrome

HTML

Linux

Eclipse

Page 72 of 164

  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76