Sha256: 514a249590a2b2632c4fd92338081dee8c697b1a0a7df37c91af40f0f975c7f5

Contents?: true

Size: 395 Bytes

Versions: 9

Compression:

Stored size: 395 Bytes

Contents

# Sammy

## Location Override Example

These two examples represent ways of overriding the default location ability to get and set the location from somewhere other then 

    window.location.hash
    
### index.html

Uses a text input as a 'location bar'. 

### data.html

Uses jQuery's $.data() accessor to get/set the location from within the applications element. (Submitted by CodeOfficer)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jim-0.3.3 test/fixtures/sammy-0.5.0/examples/location_override/README.md
jim-0.3.2 test/fixtures/sammy-0.5.0/examples/location_override/README.md
jim-0.3.1 test/fixtures/sammy-0.5.0/examples/location_override/README.md
jim-0.3.0 test/fixtures/sammy-0.5.0/examples/location_override/README.md
jim-0.3.0.pre test/fixtures/sammy-0.5.0/examples/location_override/README.md
jim-0.2.3 test/fixtures/sammy-0.5.0/examples/location_override/README.md
jim-0.2.2 test/fixtures/sammy-0.5.0/examples/location_override/README.md
jim-0.2.1 test/fixtures/sammy-0.5.0/examples/location_override/README.md
jim-0.2.0 test/fixtures/sammy-0.5.0/examples/location_override/README.md