Skip to content
This repository has been 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 opened this issue Jun 5, 2018 · 0 comments

Comments

@shwetametar28
Copy link

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>
@shwetametar28 shwetametar28 changed the title How can i apply filtration fro the data which is fetched from database using jQuery mobile. How can i apply filtration for the data which is fetched from database using jQuery mobile. Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant