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.

How can i apply filtration for the data which is fetched from database using jQuery mobile. #8627

Open
@shwetametar28

Description

@shwetametar28

This is my html code :-

            <div class="ui-field-contain" style="margin-left: 30%; margin-right: 30%; padding-right: 1%; padding-left: 1%;">
                 <button id="download">Download</button>
            </div>

            <div data-role="collapsible" data-collapsed="true" data-mini="true" id="table_coll">
                <h4> Filters</h4>
                <div class="ui-field-contain" data-mini="true">
                <label for="type_filter">
                    Types :
                </label>
                <select id="type_filter" align="center">
                    
                </select>
                 </div>
                      <div class="ui-field-contain" style="margin-left: 40%; margin-right: 40%;">
                         <button id="go">Go</button>
                     </div>
            </div>
            <form>

    


     </div>

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

    Issue actions