The Core of Obviel

from blog Secret Weblog, | ↗ original
↗ original
Start with jQuery Start with jQuery Obviel's core principle is pretty simple if you know jQuery.Obviel's core principle is pretty simple if you know jQuery. With jQuery, you can select one or more elements like with a selector:With jQuery, you can select one or more elements like with a selector: var el = $('#foo') var el = $('#foo') You get a list of wrapped DOM elements. You can do things with these:You get a list of wrapped DOM elements. You can do things with these: el.text(); // get the text...el.text(); // get the text...