1.

Record Nr.

UNISA996389793103316

Titolo

The judgement of foraign divines as well from Geneva as other parts, touching the discipline, liturgie, and ceremonies of the Church of England [[electronic resource] ] : Whereunto is added a letter from Mr. Iohn Calvin to Mr. Knox, concerning the English Common-Prayer, after he had purused the same. Now published for publick information and benefit

Pubbl/distr/stampa

London, : printed, and are to be sold in VVestminster Hal, Pauls-Church-yard, and Popes Head-Alley, 1660

Descrizione fisica

32 [i.e. 18] p

Altri autori (Persone)

CalvinJean <1509-1564.>

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Final page misnumbered 32.

Annotation on Thomason copy: "Aug. 27.".

Reproduction of the original in the British Library.

Sommario/riassunto

eebo-0018



2.

Record Nr.

UNINA9910798004003321

Autore

Allana Sonal Aneel

Titolo

ASP.NET jQuery cookbook : over 60 recipes for writing client script in ASP.NET 4.6 applications using jQuery / / Sonal Aneel Allana

Pubbl/distr/stampa

Birmingham : , : Packt Publishing, , 2016

ISBN

1-78528-221-2

Edizione

[2nd ed.]

Descrizione fisica

1 online resource (478 p.)

Collana

Quick answers to common problems

Disciplina

006.76

Soggetti

Query languages (Computer science)

JavaScript (Computer program language)

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with jQuery in ASP.NET ; Introduction; Downloading jQuery from jQuery.com; Understanding CDN for jQuery; Using NuGet Package Manager to download jQuery; Adding jQuery to an empty ASP.NET web project using a script block; Adding jQuery to an empty ASP.NET web project using ScriptManager control; Adding jQuery to an ASP.NET Master Page ; Adding jQuery programmatically to a web form; Understanding jQuery reference in the default web application template

Hello World in a web project using jQueryBundling jQuery in ASP.NET MVC; Using CDN to load jQuery in MVC; Hello World in ASP.NET MVC using jQuery; Debugging jQuery code in Visual Studio; Chapter 2: Using jQuery Selectors with ASP.NET Controls ; Introduction; Selecting a control using ID and displaying its value; Selecting a control using the CSS class; Selecting a control using HTML tag; Selecting a control by its attribute; Selecting an element by its position in the DOM; Enabling/disabling controls on a web form; Using selectors in MVC applications; Chapter 3: Event Handling  Using jQuery

IntroductionResponding to mouse events; Responding to keyboard events; Responding to form events; Using event delegation to attach events to future controls; Running an event only once; Triggering an event programmatically; Passing data with events and using event namespacing; Detaching events; Chapter 4: DOM Traversal and



Manipulation in  ASP.NET ; Introduction; Adding/removing DOM elements; Accessing parent and child controls; Accessing sibling controls; Refining selection using a filter; Adding items to controls at runtime; Chapter 5: Visual Effects in  ASP.NET Sites ; Introduction

Animating the Menu controlAnimating a Label control to create a digital clock; Animating the alt text of the AdRotator control; Animating images in the TreeView control; Creating scrolling text in a Panel control; Creating a vertical accordion menu using Panel controls; Showing/hiding the GridView control with the explode effect; Chapter 6: Working with Graphics in ASP.NET Sites ; Introduction; Creating a spotlight effect on images; Zooming images on mouseover; Creating an image scroller; Building a photo gallery using z-index property; Building a photo gallery using ImageMap control

Using images to create effects in the Menu controlCreating a 5 star rating control; Previewing image uploads in MVC; Chapter 7: Ajax Using jQuery ; Introduction; Setting up Ajax with ASP.NET using jQuery; Consuming page methods; Consuming Web services; Consuming WCF services; Retrieving data from a Web API; Making Ajax calls to a controller action; Making Ajax calls to a HTTP handler; Chapter 8: Creating and Using jQuery Plugins ; Introduction; Creating and using a simple plugin; Using the  alias in the plugin; Calling methods on DOM elements; Providing default values

Providing method chaining