Git Product home page Git Product logo

jqmobi-plugins's People

Contributors

vshjxyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jqmobi-plugins's Issues

Pull To Refresh on a Subpanel

Hi,

I'm trying to get the pull to refresh functionality working on a subpanel. I have tried adding "refresh:true" to the scroller constructor in the subpanel module and also created a method to return the scroller and then explicitly calling addPullToRefresh();. No exceptions are thrown. The "refresh-trigger" event is NOT triggered. Is there some other constraint which would stop the pull to refresh from working. I'm suspecting it has to do with it only working with the parent page panel and not the div that encapsulates the subpanels.

Thanks
Burak

filterlist pager - Results Bug?

Hello,

First time posting anything on github so no clue if this is right. I am using the filterlist plugin. It is exactly what I need so thanks so much for making it.

An example of this is if there are 20 items in the list and you make it so it is 2 results per page (10 pages) and you hit next to go to page 3 for example and then put in a search character.. lets say s.. if there are 6 results, you will still be on page 3 of the results because thats where you were when you entered a character into the search box.

So you will see the last 2 of the six matches. If you stay on the 3rd page and then put another character.. "p" so now "sp" is in the search box.. and you only have one match for that in the list of 6 or 20.. the results will still stay on page 3 and will show no results. You then have to hit the previous button a couple of times to go to page 1 to see the results.

For a while I thought it just wasn't showing results from previous and current pages and then I realized if I hit the previous button a few times I would see the results.

So is there a way for if you are on page 7 out of 10 and put in any search term or character, that it will take you back to page one so that you dont see a blank page? Thanks for any info. And thanks for the plugin!

noticeWindow support for jqmobi 1.1

The noticeWindow plugin is not working with jqmobi 1.1 . It does not display right, the arrow is missing and does not close after second click.

Maps plug in - map tiles not filling map div

I love JQMobi! But the maps plugin isn't working when actually inside a JQMobi with JQui app.

I have tried to put in several app i have, and just in the JQmobi 1.0a demo app from the archive download.

The problem - the map tiles don't fill the map div specified.

I see that it works in the short index.html file included with the maps plugin, but that not a full jqmobi app.

Once you put in the JQmobi 1.0a demo app the map tiles don't fill the map div.

Or is there a map plugin demo inside the 1.0a demo some where?

thanks in advance

SUbpanels IOS5 bug

On my iPod Touch 4 running IOS 5 in function loadCurrent(), the call this.currentDiv = div.get(); fails and this.currentDiv is undefined. On Chrome/Desktop its fine and gets the html of the div. Am running off a local Apache server.

Support for Tables in filterlist

Hi there -- I made a small modification to filterlist to support tables. Before making a pull request, I wanted to see if this is outside your intended scope?

Passing coords thru data-load create map function

Im trying to create several panels. Rather than make a different function for each I'm trying to create one function to be called on data-load and pass in variables like map div ID, lat and long. But cant figure out how to pass in variable from data-load function

I am only displaying one map at a time. But would rather not make all the maps and add to the app loading time, and write a lot of functions all the same except for Coords.

my function snippet :
function createMap(mapId, Lat, lng){
$(mapId).gmaps({zoom: 10,center: new google.maps.LatLng(lat, lng),mapTypeId: google.maps.MapTypeId.ROADMAP});
console.log(mapId, Lat, lng);

};

Is it possible to apss in variables in data-load? or is there an alternate method?

Carousel Issue

When i add carousel into subpanel... the carousel elements seems to double up.....is there any issue ... I m sharing across my code can u help out...

//Code

<script> var carousel;
                            function init_carousel() {
                                carousel = $("#carousel").carousel({
                                    pagingDiv: "carousel_dots",
                                    pagingCssName: "carousel_paging2",
                                    pagingCssNameSelected: "carousel_paging2_selected",
                                    preventDefaults: false
                                });

                            }
                            window.addEventListener("load", init_carousel, false);
                        </script>
                        <div id="carousel" style="display:block;height:100%;width:100%;">
                            <div style="position: absolute;top: 25%;left: 63px;">
                                <div></div>
                                <img src="res/Images/chart1.png"></img>
                            </div>
                        </div>
                        <div id="carousel_dots" style="display:block;text-align: center; margin:auto; clear: both; position: relative; bottom: 7%;left:15%; z-index: 200"></div>
                    </div>
                </div>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.