Questions tagged [jqui]

jQui: A Themeable Skin for WebMediaPortal

jqUI is the only UI/UX framework designed to work well on both iOS and Android. It supports Android 2.2+ (including 3.x), and offers features like fixed headers and footers, scrolling and widgets.

Source

8 questions
3
votes
1 answer

Distorted spacing between div elements after sorting with jqui_sortable

While building a very nice additional functionality into my shiny app where the user can reorganize the plots inside the page, I ran into 1 problem. I noticed that the spacing between the div elements that are being relocated (sorted), changes while…
Mark
  • 2,789
  • 1
  • 26
  • 66
2
votes
1 answer

Resizing column widths in R-Shiny using jQuery

I'd like to use the resizable function in jQuery to resize column widths in a shiny application. Unfortunately, I'm not sure how to pass along options to the jqui_resizable function, so that I can pass along the also_resize function, or to set…
seabass20
  • 227
  • 3
  • 14
1
vote
2 answers

Jquery UI 1.9 Menu - How do you keep active menu item highlighted?

I'm using the Jquery UI "Menu" API to create a navigation menu in an application. The menu draws and links fine, and when hovering over it, the natural jquery ui css is applied, giving hovered elements the ui-state-focus class. When you move the…
Rimer
  • 2,054
  • 6
  • 28
  • 43
1
vote
0 answers

Attaching event to element in jqMobi/jqUi header

If I wire up a click event for a button that is part of a custom header or footer, the event never fires. I have to register the onclick event directly in the html.
0
votes
1 answer

Jquery Jqui Modal Window: opening same modal multiple times

I'm working on a javascript function that opens a jquery modal window and makes an ajax call to populate the modal. I've included 'left' and 'right' div ids- clicking one changes the content of the modal window (scrolling through a photo…
Joseph
  • 5
  • 2
0
votes
3 answers

Not show side menu on some panels

Is there a way to not to use a side menu on some of the panels, on Intel's App Framework 2.0 UI? I have a side menu defined through a
Guillermo Gutiérrez
  • 17,273
  • 17
  • 89
  • 116
0
votes
0 answers

Load HTML page into div

I have a problem with the following code on my website: $(document).ready(function(){ $("#gallery").load("html/gallery/gallery.html"); } When it runs in Chrome, it works great, but when I run my site in Firefox it does not load the…
royb
  • 693
  • 3
  • 9
  • 20
0
votes
1 answer

refreshing text input value in jqMobi

I have a text input within a custom footer. I am trying to update the text using: $("#navbar #segment").val("blah"); I have also tried $("#segment").val("blah"); both return objects, but neither show an updated text input. The footer the input…
Mike_G
  • 16,237
  • 14
  • 70
  • 101