LINQ to XML provides an efficient and better option for working with XML documents.We work with in-memory XML using LINQ queries.LINQ to XML provides us the familiar Linq programming model in our programming language we are comfortable with such C#.This is more convenient than using the XPath queries in many scenarios. We can query as well as […]
Archives for February 2016
Adding a Tooltip in jQuery
Tooltip widget is used to add tooltip using jQuery.Adding a Tooltip in jQuery is quite easy and there are options to customize it. In HTML to display extra information about an element such as textbox ,title attribute is used.This value of the title attribute is displayed as a tooltip.Tooltip is a small box displayed when the mouse […]
Accordion in jQuery
Accordion is a jQuery widget that is used for better organizing the content in a page.Using Accordion we can place different content in different regions.Also we can make the different regions expandable and collapsible and also define properties for those regions.Regions are similar to tabs. Following figure illustrates accordion in a web page.It consists of two […]