Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Feature Request: Customized ajax calls #1183

Closed
@filip26

Description

@filip26

Motivation
To be able customize what happens when a page isn't part of DOM and isn't possible use buildin ajax handler that expects pre-formated text/html as a response, id as url. etc.

e.g.
-> 1 register callback
-> 2 changePage call
-> 3 it looks into DOM if the page exists
no
-> 4. on-page-load-callback call
returns page as string | element
-> 4.1 skip .ajax and integrate the string | element as a page
nothing
-> 4.2 use ajax call

Thanks!

Activity

toddparker

toddparker commented on Mar 14, 2011

@toddparker
Contributor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @filip26@toddparker

        Issue actions

          Feature Request: Customized ajax calls · Issue #1183 · jquery-archive/jquery-mobile