facebook

Beep Repeating More than Once

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #350923 Reply

    adikate
    Member

    I got two text boxes whose values are yes and no.and when i type yes in first text box, it beeps and when i move to next text box and haven’t written(left empty) any thing but still it beeps. dont know what might be the cause..

    
    if ($('#test').val() == 'YES') {
    navigator.notification.beep(1);
    }
    if ($('#test').val() == 'NO') {
    navigator.notification.beep(1);
    }    
    #350928 Reply

    Code_A
    Member

    Try referencing your textfield like this instead and see if it helps:

    $('#m1-<your-mobi-file-name>-test').val()
    #350971 Reply

    sohar
    Member

    hi Styles can be applied quickly to selected text.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Beep Repeating More than Once

You must be logged in to post in the forum log in