- Screen name: steviewright
steviewright's Profile
4 Posts
2 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- Hi,I have defined a popup in html as such:<div id="FloatingMenuBox" class="d18dc5cd-e6ac-382c-02df-848250117ad6 FloatingPopupMenu" data-dismissible="" data-role="popup"></div>in my code I have:
_menubox.GetElement().popup({ dismissible: false });
_menubox.GetElement().popup('open', {
x: box_x, y: box_y,
transition: LoadGlobalV("menutransition")
});
The options x,y and transition all work as expected. However, whatever I do, the popup refuses to be indismissible. Anyone any idea's ??? I have tried "data-dismissible=false" on the html to no avail.Anybody any idea's ????- 17-Mar-2013 09:02 AM
- Forum: Using jQuery
Hi, I am not sure if I have a CSS problem or a JQM problem, but I thought I'd start here. I have a JQM project which is using an external CSS file, as shown below. My problem is that the selectors on tags, and selectors on id (the ones with the #), they work. Class selectors or anything between [] does not. Any ideas anybody ???CSS file:@media all and (min-device-width:1024px)
{
/* desktop style here */
img
{
height: 100px;
width:100px;
}
.pages
{
position: relative;
width: 50%;
}
[id |= Page]
{
position: relative;
width: 50%;
}
#HeaderImage
{
margin-left: 40px;
margin-top: 20px;
margin-bottom: 20px;
float:left;
}
}{
/* desktop style here */
img
{
height: 100px;
width:100px;
}
.pages
{
position: relative;
width: 50%;
}
[id |= Page]
{
position: relative;
width: 50%;
}
#HeaderImage
{
margin-left: 40px;
margin-top: 20px;
margin-bottom: 20px;
float:left;
}}
- 14-Feb-2013 02:19 PM
- Forum: Using jQuery UI
Hi, I am very much lost/do not understand how jqm documentation is structured. An example/question:1. I have attached a click to an element event as such:$(
"#StockSearch_ScrollBarList").on('click', 'li', function () {// how do i find in documentation what the signature should be for the attached function ??? How do I find what methods I can call on the object supplied by the event ????
});
For instance I have found on google that $(this).index is available, which will give me the index of the clicked item within a list. I have only found this however by googling "by chance". Where do I find structured information of JQM regarding the clicked event ????- 07-Feb-2013 11:37 AM
- Forum: Getting Started
Hi .. as experienced .NET/WP7 developer, needing to get into mobile stuff. I thought I give JQM a shot. As an MS person (SM ?) , I chose VS2010 and IE9 to develop Javascript. It appears to be unworkable, for a number of reasons, of which the most important:1. IE keeps caching my programs, so I am unable to work with my latest development. (whatever i tell IE, it still keeps caching)I was thinking of the combination Firefox/ Firebug. Does anybody have any experences/advice to give ???- «Prev
- Next »
Moderate user : steviewright
© 2012 jQuery Foundation
Sponsored by
and others.


