Tak nazywam „łączoną” metodę pobierającą / ustawiającą (z jQuery): var foo = $("<div>This is my HTML</div>"), myText; myText = foo.text(); // myHTML now equals "This is my HTML" (Getter) foo.text("This is a new value"); // The text now equals "This is a new value") Jest to ta sama...