mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-02 05:50:23 +00:00
changed docs for live event => bind event
This commit is contained in:
parent
0cf915eb4b
commit
bffff87441
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ $(document).bind("mobileinit", function(){
|
|||
<p>...or by setting them individually:</p>
|
||||
<pre>
|
||||
<code>
|
||||
$(document).live("mobileinit", function(){
|
||||
$(document).bind("mobileinit", function(){
|
||||
<strong>$.mobile.foo = bar;</strong>
|
||||
});
|
||||
</code>
|
||||
|
|
|
|||
Loading…
Reference in a new issue