JQuery SELECTORS
Today, I worked some on Jquery. Firstly, my interest was just to find
some plugins to create nice pop-ups to show images. But, later I found
myself in the docs of JavaScript and Jquery. As a programmer who
works with major languages like Java, C#, ASP.NET, I understood how
much I’ve ignored this important concept of web programming especially
after seeing power of Jquery. To create shared functionality between
several elements ( that shares some type of sign ), using Jquery is a
very good solution in some problems (for example, highlighting codes in
a document , like in this website, use name attribute in <pre>
tags and give them some cool css features. This would require very
strange and humble solutions when using just C#.) Now, in this entry, I
am beginning a new series of articles: Jquery articles. First one:
Getting Started with Jquery.[Further]