Sexy nayan photos ,videos, stills ,wallpapers
Sexy nayan photos ,videos, stills ,wallpapers http://www.funny-games2all.page.tl/
How to call function
This is a dumb question but I don't see an example in JQuery docs. How do you set the onclick event for something like this I have this JQuery code (plugin) in my page: <script type="text/javascript"> <!-- Google Analytics Tracking Code --> $.gaTracker('<%= ConfigurationSettings.AppSettings["GoogleAnalyticsProfileID"]%>'); </script> <a href="../../downloads/portaltest_googleanalytics.pdf" onclick=>TestPDF for Google Analytics</a> On click should call .gaTracker
Menu plugin
Does any body know any JQuery Drop down menu plug-in Thanks for your help
Showing/Hiding Table Rows if One of Several Checkboxes is Checked?
I have a table in which each row contains 8 <td> cells. 7 of the <td> cells contain a checkbox, for things like "Breakfast", "Lunch", "Dinner", etc. The page has a dropdown menu that lets the user specify that he wants to see only the items for which the "Breakfast", or "Lunch", or "Dinner", etc. checkbox is checked. So let's say the user selects the "Breakfast" checkbox from the dropdown menu. How could I hide all the rows in which the "Breakfast" checkbox is not checked? Here's sample HTML and
Reusing a dialog, Dialog performance
I'm looking into using Dialog as a replacement for simple alerts, but at least the way I'm currently doing it, it's very slow. The target dom object is just an empty div with an ID. Preliminary code is this: ---- jQuery.fn.alert = function(msg, title) { $('#dlg').html('<pre><span>' + msg + '</span></pre>').dialog ( { title: title ? title : 'Application Alert', buttons: {OK: function(){$(this).dialog('close');}}, modal: true, overlay:
Specifying Elements to Operate on, Based on a Style ID that merely _Contains_ Some Text?
But is there a way to get jQuery to mark a style as hidden when the style name merely _contains_ some text? My site has a table of items (foods). Each item can belong to one or more of a number of categories (breakfast, lunch, dinner, dessert, snacks, etc.) The table row shows the name of the food, but does not display the name of the category or categories it belongs to, so as not to overwhelm the user with all that data. (There's a separate page for that). I want to have a dropdown menu that filters
Make resize handles visible on hover only?
For a resizable(), I'd like handles that are visible only when hovering over the element. I tried to make it work like that using mouseover and mouseout events, and it almost worked. The problem was, resizing would end if the user moved the mouse too fast while expanding the element: I think the mouseout event was being triggered. If no one here suggests a better idea, then I'll fiddle more with this approach and try to make it work. The key may be to remove the mouseout listener during a resize
How do I reverse serialize serial.hash in jquery isortables
Hi can anyone help. I am using isortable from jquery to create a drag and drop portal based site, when the item has been droped I can call a function that returns a serial.hash describing the new positions of the portals. e.g. columnOne[]=boxOne&columnOne[]=boxThree&columnTwo[]=boxTwo I now need to use this output and pass it back to a function to reposition all of the portals when the page is reloaded so that I can save settings for a user. I am really struggling to find a solution for this and
destroying an iframe dialog
Hi All, I'm using this method (url construction details omitted) to load an HTML page into a dialog and open the dialog: $('<iframe id="editDirectoryFrame" src="' + myUrl + '" />').dialog({ title:"Edit Directory Listing", autoOpen:true, height:500, width:600, modal:true, resizable:false, overlay: { opacity: 0.5, background: "black" } }); That works fine. In the dialog I have a form with a button that saves the form data (via an ajax call) and then reloads the calling page via: parent.location.href
Sortables: Growing table problem in FireFox
I'm having an odd problem with sortables when I'm applying them to a table's tbody. When I sort the table in firefox, the table's height grows by one pixel for every sort option, so after 10 sorts there is 10 pixels of empty space at the bottom of the table. This doesn't seem to happen in Internet Explorer. Can anyone shed any light on this?
ui.draggable problem 1.5b4
Hi again, so I think there is some problems with the draggables too: if I create a draggable after destruct and create again, it will not become draggable. In the 1.5b2 it works well. Anybody has the some problem?
Nested sortables... again :(
I've not found any solution @ this... could someone help me? I need to reorder a system menu. This is my code but I can't dropOnEmptyZone... where is my fault? Really thanks to all :D <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript" src="jquery-1.2.6.js"></script> <script type="text/javascript" src="ui/jquery.ui.all.js"> </script> <script> $(document).ready(function(){ $("ul#topmenu_edit").sortable({ connectWith:
Links in Sortable Handles
I was just playing with the sortables in the 1.5 release and was curious what changed from the 1.5rc1 to 1.5 that caused links in the handles to not work? I was trying to look at some of the tickets closed for the 1.5 release but didn't see anything directly related. Anyone have any insight into what has changed? I know that i could make it so that just a portion of the div was draggable but it would be preferrable to have the entire div be draggable and keep the link inside it working. Thanks, Randy
1.5 sortable handle problem
After getting the latest jquery.ui 1.5 from 1.5b, I have the following problem with click on Edit. I think I'm missing something with event. I have a list of modules which are sortable $(col).sortable({ items: '.NKDraggable', handle: 'h2', placeholder: 'hoverState', update: function(e, ui) { ... }, The element handle refers to is inside module <div class="NKModule NKDraggable" id="mod1"> <div class="NKHeader"> <h2> <a class="NKDisplayName">Register</a> <a class="NKEditable" runat="server" id="A3">Edit</a>
Problem with draggable in IE
Hi, i tried to use the draggable with IE with 1.5RC1 and the final release. Works fine in Firefox, but i cuoldn't make it work with IE. I read some message about z-index and DOM, but i couldn't understand the solution. I want to make some dialog when the user click in a link. Then a div appear with some information and this div has to be draggable. My solution at this time is use jqModal, but when the div has scroll doesn't work. I need the handler function tha jquery.ui has. Some hints with IE problems?
.resizable error?
Hello! When I do in my code this: .resizable({containment: document, autohide: true, minHeight: 70, minWidth: 150}) , I have next message in my FireBug console while trying to resize div: [Exception... "Could not convert JavaScript argument" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://notes/lib/java/jquery/jquery.js :: anonymous :: line 871" data: no] How to fix it? P.S. I use last version of jQuery UI: 1.5.0 Thanks!
question about dialog
I found the Dialog demo picture on Themes page of jQuery UI website is a bit different from the ver 1.5 I download. The resize symbol is at lower right conner instead of bar at every side. And how do I put some buttons at the bottom of Dialog such as the one on Themes? Thank you in advance!
small issues in dialog
Not sure anymore where to submit bugs or feature requests. I noticed that if there is no title, the title background is shorter and the X close button ends up half off the title bar. Also, I created my theme using theme roller. Not sure what to set to get the modal overlay in the background when modal is set as true. The UI site STILL doesn't have the dialog demo working. This vague statement in the documentation doesn't tell me what precisely or an example to set: Custom style values for the overlay
Tabs wrapping problem
When there are more tabs then can fit on one line, the tabs start wrapping to multiple lines, which is good. The problem is that the first tab on the second line is horizontally aligned with the currently selected tab on the first line. So instead of the first tab of the second line starting at the left side of <ul>, it starts somewhere in the middle under the currently selected tab. And every time you select a different tab on the first line, all tabs are reordered. You can reproduce the problem
JQuery elements in Dialog
How can I make an accordion or have a drag-and-drop element within a dialog? Another example would be having tabs within a dialog box. I also don't want to use an external file to make this work. I've tried to make it work, but when the dialog is opened, I only see the outline of the dialog box.
Tab - how to reload a page instead of displaying the page in the tab?
Hi everyone, I am new with jQuery and I would like to know which is the best way to implement tabs so that instead of loading a page into a tab (default behaviour), it will reload the page and select the new tab through the server side. I know it s not a great idea to use tabs as links but so far it's my only way to implement jQuery without updating the server side logic. Here is short sample. I would like to know the jQuery script I need to implement so the page will be reloaded when users click
Accordion w/ animation
I used the downloader to get the UI, including all the effects. I put together an accordion, however, I am unable to get any of the easing or sliding to work. I get the following error: jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")] is not a function step(undefined)jquery-1.2.6.js (line 3321) t(undefined)jquery-1.2.6.js (line 3223) (no name)()jquery-1.2.6.js (line 3235) [Break on this error] this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing...
theme roller in ui 1.5 - datepicker
Hi, I just wonder why datepicker css that generated by theme roller doesn't have [close] and [clear] function :) just curious ... because flora theme has it ... is this a bug from theme roller or may be the programmer forgot to add that :)
dialog options open/close
Is there any documentation/demos on how to implement effects using the open and close options for the dialog? Or, can someone just post a quick code example? When I use $(this) in the function it get's applied to element being dialoged and not the dialog itself. Thanks, Dave
Using Dialog for new pages?
Hi all, I am currently using the FancyBox plugin to display some pages on my site but I think Dialog would suit a lot better. The code I currently use is: $(".fancylink").fancybox({'overlayShow': true}); <a href="anything.html" class="fancylink">anything</a> Is it possible to use Dialog to display other pages rather than a div on the current page? If so, any ideas how I do it? Thanks, Ant.
No animation in Slider component?
Hello, When I click on the slider control the slider bar would jump to the location clicked but I think it would look much better if there was an option to make it slide to the location that was clicked.
What is required for UI Accordion?
Hello, I'm having trouble with two aspects of UI Accordian (1.5) - the display and easing. I've built my own UI file which contains the core, the Tab and Accordian widgets, and the effects core. When I add that file into my application which had previously been working fine with jQuery UI Accordion 1.6 plus the jQuery Easing v1.1.1 plugin, my accordian no longer works. With the jQuery Easing v1.1.1 plugin removed, I receive a cascade of error messages in Firebug of: D.easing[this.options.easing ||
[ JQuery Dialog ] How to add some animation like fadeOut when close the dialog ?
Hi guys, :) the title ask it all.... ? Tq
Small text error on the Download Builder page
:) Great work on the UI, everyone! Noticed a small typo: If you wish to smaller the file size, choose a compression. Should probably be something like If you wish to decrease the file size, choose a compression. http://ui.jquery.com/download_builder/
[accordion] Active link
Hello all, I'm trying to use accordion jquery plugin to make a list ... I have started with nested list because I couldn't make the other examples work in short time so this one just looked easier to implement ... Everything works fine only that I would like a different background of active link in li element. Theres a css written for that but it dosent really work .. ul.ui-accordion-container li.active { background-image: url(i/ accordion-left-act.png); } ul.ui-accordion-container li.active a.ui-accordion-link
Demo for animation on dialog open/close
http://labs.cloudream.name/jquery/dialog/dialog.html Only ui.dialog.js is latest from Subversion. But not still can't set options for animation.Details view r255 at SVN. $("div#dialog").dialog({show:'drop',hide:'explode'}); PS. it seems that .css from themeroller has a bug: X(close dialog) at wrong position.
accordion("activate") issues
Hi Jörn, I have once again run into some strange issues while trying to dynamically manipulate an accordion, and was wondering if you might have any insight into the cause. I have an accordion menu which to which items can be added or removed in real-time. To handle this I basically call "destroy" on the accordion, add the new dom-node, and re-create the accordion. It seems that some of the accordion-related events may be persisting even after destroy is called. The reason I think this is that when
pass associative arrays through post
Hello - I have searched quite a bit through these discussions but cannot seem to find an answer to this question: I have an associative array in javascript like this: params = new Array(); params['test_id'] = test_id; params['another_id'] = another_id; params['action'] = 'confirm' Then, I am calling post through jQuery like this: $j.post("HandleAjaxCall.php", {controller: 'TestName', method: 'process_test', params: params}, function(data) { alert('Completed! Data: ' + data); }
Root menu item causes menu to disappear in jdMenu 1.4.1
I noticed that the entire menu hides when you click on an li at the top level. I put together a test page to demonstrate it but then realized that it occurs in the jdMenu.html example that is part of the zip download for version 1.4.1 Has anyone else noticed this? If so, what is the best work around? Thanks, Dave
Accordion in facebox
I'm trying to have an accordion is face box, but for some reason it acts differently within in it. Why is this and how can I fix it? When you put an accordion in face box the data in the first accordion overlays all the other accordion links. The links for each accordion also don't work when you click on them. All because it is within the facebox plugin.
ui.tab show/hide indicator
Hi, how about a function to show and hide the "indicator": show_indicator: function(index) { var o = o = this.options, $a = this.$tabs.eq(index), a = $a[0]; if (o.spinner) { var $span = $('span', a); $span.data('label.tabs', $span.html()).html('<em>' + o.spinner + '</ em>'); } $a.addClass(o.loadingClass); }, hide_indicator: function(index) { var o = o = this.options, $a = this.$tabs.eq(index), a = $a[0]; $a.removeClass(o.loadingClass);
Sortables within sortables in IE
For an interactive survey builder I'm trying to construct I'm arranging questions inside fieldsets. Both the fieldsets and the questions within them should be sortable. My code looks like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/ TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- .cmsDialog { display:
Sortables inside sortables: please help!
Hi All, I've tried to setup the sortables inside the sortables in the following way: http://klizhentas.awardspace.com/sortables.html (take a look at the source HTML for details) IE 6+ /Firefox 2+ are broken, probably I'm doing something (or everything :) ) wrong, Your assistance/advice is appreciated! Thanks in advance, Alex
Set Slider Range Minimum Value
Does anyone know how to set the slider range to be no less than a certain value? What i'm working on http://dayjet.williamworley.com/slider/ In my example i would like to no be able to slide past the green bar with either handle so setting a min value on the range would solve this.
Trouble including ui.core.js
Hello all. Having trouble including ui.core.js. As soon as I do that, my $(document).ready() doesn't get fired. Has anyone experienced this? Here is a very simple page: http://snippets.dzone.com/posts/show/5619 . alert('here') never gets fired.
Next Page