Bootstrap Chapter 20 - Bootstrap Pager and Pagination
У вашего броузера проблема в совместимости с HTML5
Bootstrap pager and Pagination:
Bootstrap provides some of the pager classes.
previous : It is used to align previous link on the left hand side of the container.
next : It is used to align the next link on the right side of the container.
disabled : It is used to disable either previous or next link and page number in the pagination bar.
active : It indicates the current page that you are present.
pagination-lg : It is used to create a large pagination bar.
pagination-sm : It is used to create a small pagination bar.
ankpro
ankpro training
Asp.net MVC
C#
C sharp
Bangalore
Rajajinagar
Selenium
Coded UI
Mobile automation testing
Mobile testing
JQuery
JavaScript
.Net
Components of the .Net framework
Hello World
Literal
Keywords
Variable
Data types
Operators
Branching
Loops
Arrays
ArrayList
Strings
String Builder
Structures
Enums
Functions
Classes
Inheritance
Polymorphism
Properties
Indexers
Events
Nested Classes
Delegates
Anonymous methods
Labda expressions
Abstract classes
Exception Handling
Linq
Interfaces
Extension methods
Anonymous types
Generics
Collections
Garbage Collection
Reflection
Attributes
Input and output statements
Type casting
Partial Methods
Partial Classes
Boxing and Unboxing
Var vs Dynamic vs Object
using Static.
Auto property initializer.
Dictionary Initializer.
nameof Expression.
New way for Exception filters.
await in catch and finally block.
Null – Conditional Operator.
Expression – Bodied Methods
Easily format strings – String interpolation
Parameterless constructors in structs.
Creating a custom exceptions class.