GithubHelp home page GithubHelp logo

gwt-jquery's People

Contributors

googlecodeexporter avatar

Watchers

 avatar

gwt-jquery's Issues

Source any more available

Source any more available on GIT repository :
http://code.google.com/p/gwt-jquery/source/browse?repo=default


Original issue reported on code.google.com by [email protected] on 16 Feb 2012 at 4:20

Still alive?

Is this project still alive, where is the source?


Original issue reported on code.google.com by [email protected] on 18 Apr 2012 at 3:56

prop cant't be set with boolean

if you set a checkbox to unchecked with:

JQuery.select("#myCheckBox").prop("checked","false");

it doesn't work, because the property has to be set with a boolean; every 
String value (even "FALSE or "false") is interpreted as true.

adding:
public final native JQuery prop(String propertyName, boolean value) /*-{
        return this.prop(propertyName, value);
    }-*/;

in JQuery.class will fix it
regards

Original issue reported on code.google.com by [email protected] on 29 Oct 2013 at 3:08

How to select $(document) ?

I can see only JQuery.selectWindow() to select the $(window)
but not $(document), and JQuery.select("document") do not work well.

any suggestion?

Original issue reported on code.google.com by [email protected] on 3 Mar 2013 at 1:47

are the sources available ?

Sorry for using this as a forum, but where are the sources ? I mean, it seems 
you have an empty git repository here. I only have access to the downloads ? 
how is this mantained ? how can I contribute ? Regards

Original issue reported on code.google.com by sebastigurin on 9 Jul 2013 at 2:03

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.