slider not laoding in ajax section
hi, I have a page fragemnt in which Sliders are located. This fragment get updated through Ajax call. Problem that i am facing is when section get updated sliders are not visble. Please help...do i need to run some script to make sliders again visible/load.
clonefield plugin
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face
datepicker and date formatting
I am trying to get the currently selected date in YYYY-MM-DD format and am having problems. If I get the date via the onSelect function I passed as an option when initializing the object, the date is returned correctly. Here's how I create it: $(function() { $("#datepicker").datepicker({changeMonth: true, changeYear: true, onSelect: function(dateText, inst){dateSelectFunc(dateText);}, dateFormat: 'yy-mm-dd'}); }); function dateSelectFunc(dateText, inst) { alert("you picked
Modal Dialog Issue with a lot of table rows
Hello, I have a table and within each row there is an edit link. When I click the edit link, the modal dialog is supposed to display. It seems like I am having an issue if the table has more than 150 rows, the modal dialog box displays only about half of a page with no transparency and in the left corner shows the word "false". Does anyone know how to fix this or have had this problem?
Keeping dialog open on validation failure
I'm using the Form plugin and the Dialog plugin together. I want the dialog window to remain open on validation failure. Validation is being handled by a callback method defined in the form (using Form's beforeSubmit). Validation works, but I don't want the dialog to close on validation failure. If I define a beforeclose callback method returning false on the dialog, the dialog still closes. I'm new to JQuery and don't fully understand how plugins interact with each other (or how their methods are
DatePicker minDate and maxDate
Of the three ways to specify a minimum and maximum date, I have a question about the second (actual dates). new Date(2009, 1 - 1, 26) I get that 2009 is the year and 26 is the day, but what is the 1 - 1? Is that supposed to be the month?
Tutorial to "igoogle" setup with portlets
Hello I have with succes used this demo to make my first jquery page as an introduction to jquery: http://interface.eyecon.ro/demos/sort.html The link is to a demo where content elements (from now called "portlets") can be moved, collapsed and expanded. I search for a guide or tutorial on how to get extra functionality so portlets also can be closed (dropped) and then reselected from a dropdown and inserted again (like igoogle). Xtra nice features would be to be able to set some portlets as mandatory
jQuery Modal positioning error in Google Chrome
I'm using a modal to display a contact form on top of a flash video. The problem is that they modal doesn't seem to overlay the entire page in Chrome (ver3 & ver4). Example : (google chrome bug) http://i36.tinypic.com/szdi5d.jpg (any other browser) http://i33.tinypic.com/2e0k3k3.jpg I'm not sure if this is a Chrome issue or a jQuery Issue. Ideas?
Accordion re-creation
Hi, I'm using accordion with chain,js plugin . I populated some data into accordion via ajax call . The problem is when each time the script populate some data, the accordion seems not working, so I put the accordion in the ajax success as sample below and it works $.ajax ({ type: "GET", cache: false, url: "app/supplier/DBOne.php", data: {srch: srch}, dataType: 'json', success:
Accordion re-creation
Hi, I'm using accordion with chain,js plugin . I populated some data into accordion via ajax call . The problem is when each time the script populate some data, the accordion seems not working, so I put the accordion in the ajax success as sample below and it works $.ajax ({ type: "GET", cache: false, url: "app/supplier/DBOne.php", data: {srch: srch}, dataType: 'json', success:
Datepicker with mindate based on an item on the page
I have an interesting case here. I have UI Datepickers on my page but I have differing levels of users with different mindates based their level. What I am doing now is I have an item named P2_DAYS_AHEAD that I will populate with the number of days to look (either +<number of days> or -<number of days>). What I want to do is take this value and then use it for my mindate value. Has anyone done anything like this before?
problem with modal behavior
Hello all, I am having issue with the "modal: true" value of the dialog of the JQuery UI. I have set that to true but still the background is clickable. I have set the overlay too. I am using the latest version of ui which is 1.7.2. Can anyone help me with this? I am not sure what else I need to set to get the modal behavior working. Below is the code I am using: $myWindow.dialog({ modal: true, bgiframe: true, height: 345, width: 301, position: 'center', autoOpen:false , closeOnEscape:
Sortable: avoid change if dropped outside table
I'm using sortable on a table. If you drag a row outside the table and drop it there then it tends to reorder the rows anyway, placing the dragged row where ever it moved off the table. I think the UI would be less confusing for users if dropping the row somewhere outside the table resulted in no change to the order. Is it possible to achieve that? (The useability problem is particularly bad in my case because I can't constrain the ordering to a single axis because there are valid drop targets outside
Reproducible ?bug? with AJAX tabs on WebKit browsers
Hi, I have a simple, reproducible difference in behavior between IE/ Firefox and Safari/Chrome. (Yeah, weird to see them grouped like that, I know!) When I use the AJAX tab style the Javascript in the HTML tabs I load does not fire in WebKit browsers. In IE and Firefox, it does. I would really like to have my Javascript associated with each tab as opposed to all put together into a single file so if someone can lend a hand on whatever I'm doing wrong, I would really appreciate it. Thanks in advance!
Open accordion header from outside link?
I want to be able to have a link from a different page go to the page with the accordion on it and open a specific header. I have my accordion setup as a FAQ list where users can click questions to get the answers. On the main page I have listed a few of the big questions which link to the FAQ page. I want to have this link open up that specific accordion heading. If I can't do this with the jQuery UI, is there another plugin I can use out there for this? Thank you
Problems with multiple dialogs
I have two dialogs that live in one jQuery UI Tab. The pre-init markup for the two dialogs: <div style="display: none;" id="filterDialog"> <div> <input type="checkbox" checked="checked" value="AO" name="type"/>AO<br/> <input type="checkbox" checked="checked" value="AR" name="type"/>AR<br/> <input type="checkbox" checked="checked" value="HQ" name="type"/>HQ<br/> <input type="checkbox" checked="checked" value="PR" name="type"/>PR<br/> <input type="checkbox" checked="checked" value="RS" name="type"/>RS<br/>
Oddity with Chrome and Dialogs...Bug?
So I have a PHP script that creates a variable number of divs for my product's accessories. It creates 3 of these divs per line, then breaks and moves to the next line. The page displays a link (that opens the dialog) and a short description. Each div also contains a table that has the info for the accessories, which is hidden and is the content of the dialog window. The resulting HTML looks like this: <div style="padding: 3px; width: 32%; float: left;"> <a id="5" class="acc-info" name="5" href="#">Accessory
Draggable Text Box
How do you make a text box draggable? I have a text box in a span with a border of 2 px and used the UI.Draggable widget to make it draggable. I can click and drag on the span border and the text box will move as expected. I can't get this to work if I click inside of the text box. The textbox just wants to set focus in the input field and it gives you a blinking cursor.
drop once but trigger twice in drop event
hi, There are a couple of "DIV" ,one is on the top and the other is below it. Let's call the top one TOP,and the below one BELOW. Now the TOP contains many sub-DIV set to "float:right" that make the TOP "overflow",so some sub-DIV are hidden into the back of BELOW. Both sub-DIV and BELOW are set droppable for the pictures in them,and both of them have set action for drop event, for example "alert('hello')"; of course, the pictures are draggable. Now the problem comes while dragging picture from sub-DIV
jquery ui combobox
Hello, I like Jquery UI, but it seems to be missing a few things.. - Is there are jquery UI themed dropdown/select/combobox I found a bunch of combobox jquery plugins but they are not part of Jquery UI and not themed. It would be nice to have all basic elements themed as part of standard jQuery UI.. or am I missing something? thanks Slava
jQuery multiple draggable elements
Hi, I'm trying to extend jQuery draggable to allow for multiple elements to be dragged at the same time. I'm having reasonable success but would like some help with containment. As one element is being dragged, all grouped draggable elements will follow simultaneously. To see an example of how this will work go here: http://comp345.awardspace.com/multi/multi.html and control click to group elements. (This is an older demo and not indicative of how it is currently being coded.) The issue I am trying
Using Images
Hi, I have a hyperlink like this: <a href="#">Name<span class="ui-icon ui-icon-closethick" style="float:right;" /></a> The problem is that the icon closethick icon is appearing twice. Why is that ???? According to the doc\dialog.html the closethick is rendered like this: <a class="ui-dialog-titlebar-close ui-corner-all" href="#"><span class="ui-icon ui-icon-closethick">close</span></a> Can you help me ??? Thanks in advance
fg-menu selection not displaying in iFrame
Hi, I downloaded and installed the fg-menu plugins. After setting up my navigation and my iframe, my iframe as a target seems to be ignored. I would try this using <div></div> intead of iframes but that seem a bit more complicated. Using IE6 Not sure what else I can provide to help. Here's the entire index.html. I have used other navigation in this way without problems so I'm hoping it simple. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/ TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"
Ajax with JqueryUI components
Hi, Have anyone used Ajax with these components.
sortable serialize
Hi there, I have three sortable lists like: <ul id="block_1" class="sortable"> <li id="listitem_1">Content</li> <li id="listitem_2">Content</li> <li id="listitem_3">Content</li> </ul> <ul id="block_2" class="sortable"> <li id="listitem_4">Content</li> </ul> <ul id="block_3" class="sortable"> <li id="listitem_5">Content</li> <li id="listitem_6">Content</li> </ul> And I have put this javascript on it: jQuery(".sortable").sortable({ connectWith: ".sortable" }): Next I want to have some array (in php)
Datepicker highlightweek
Hi every body, i'm mixed up with the highlightweek, which is implemented in jquery UI datepicker widget version 1.6... but not anymore in version 1.7.2 (version i use). Is there a way to highlight a onmouseovered (and selected) week? Thks for any help.
scrollTo() plugin: how to scroll to element until it will be in the bottom of the page, not top.
Hi All I'm trying to use scrollTo() plugin. When user clicks on some button, I create a new element in the DOM at some place below this button. And if it's outside of visible page area - I want page to be scrolled to that new element. But I don't want to scroll till the element will be in the left-top corner, but till it will be in the bottom of the visible page area, but with all content shown. I probably need to specify somehow position = the element - window height + element height. But I'm not
Dwonload Easy Photo Recovery v2.6 + Portable | 5.51 MB
<HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.6001.18319" name=GENERATOR></HEAD> <BODY> <DIV align=center><FONT size=4><FONT color=darkred><FONT color=#000000 size=3>Easy Photo Recovery guarantees safety of your photos and videos. Modern digital cameras and flash cards allow rewriting photo and video files many times and sometimes important files can be deleted or lost by mistake. The program will help you to restore deleted or unreadable
jQuery UI widgets leaks memory for dynamic content manipulation
jQuery UI widgets are causing memory leaks in browsers during dynamic content manipulation. This would be a problem if the goal is develop applications that want to behave like Gmail or Facebook where content is updated in-page. I have tested this using both Datepicker and Tabs widget and the results are the same - leakage. After hours of simulation, I am able to reproduce this memory leak effect in the exact sequence required. To reproduce the leakage effect, here's an example: <html> <head> <script
Dialog Resize
I am creating a photo alubm and want to display the full size image in a jquery modal dialog. The modal dialog opens just fine, but it doesn't resize to show the full picture. Below is the code I am using. Each image calls the "OpenFullSized(...)" function. Changing the size manually seems to work for the width, but no matter ho high i set the height, i get a scroll bar. Any ideas? <div id="FullSizedPic"> <img id="FullSizedPicImg" src="" alt="" title="" /> </div> <script type="text/javascript">
trying to open a dialog in the same page
Hi all, I am relaly new to jquery and I have lots of question to ask :) I have already checked all demos and examples available but I am really a newbie to all this. I hope you can help me. SO my first issue is the following: I have 2 pages (pag1, pag2). Pag1 has an image that when pressed it needs to open pag2 but in a dialog without leaving Pag1. At the moment I have at Pag1 the following code: <a href="pag2.php?" target="_blank"><img src="img/b_edit.png" border="0"/></a> but when pressed (as you
Main dialog reciever
ok, not sure if this is possible, or if anyone can point me in the right direction, but here it goes. Ok i want a central dialog box that pops up which recieves links from an individual side nav item, such as a link. Bascially the dialog box is a main window.
Problem submitting a form after a UI.Dialog has been closed with the escape key
I want to submit a form within the close event of a ui.dialog. If I close the dialog by using the X in the upper right corner, everything works as expected. But, if I close the dialog by using the Escape key, the callback functions is called, but the submitting of the form does not work. For me it seems, as the Escape key is not "consumed" by the dialog and aborts the submitting of the form. Same behaviour in IE and Firefox. Firefox tells me in the state line that the loading has been stopped.
Opening a hidden div/class when clicking a link from another page
Hey there, I'm an newcomer to JQuery so my knowledge of events and other jquery functions is pretty limited. I started learning jquery because I wanted to slide down-toggle some '.classes' I had on my company's webpage. That's done and I'm quite happy knowing it was so simple. However, this is my dilemma: These '.classes' I'm talking about are my company's events, properly displayed in my "Events Page". In my Home Page I have those same events listed but without the full content. So what I want is
Need help customizing jquery tabs (want to change out content in 2 dif. DIVs on click)
If you fill out the short form in the righthand column of this page ... (using a phony email address and the zip code "46001") ... you'll get to a page that features jquery-based tabs (ie: Cash Advances, Credit Rebuilding, NetSpend, etc.). http://www.ideasdev.com/alliedcash/ What I'm trying to do is to have it so that when you click on the individual tabs -- in addition to changing out the HTML that's displayed underneath the tabs (like what's currently happening) --- I'd like to also change out
Accordion doesn't autofit height for ajax content
Hey all, I've tried searching everywhere... can't find anyone with this problem? I have an accordion with a few tabs. When you click on each tab it ajax loads the content into the div from the header link. $(function() { $("#admin-results").accordion(); $('#admin-results a').click(function(e) { var contentDiv = $('#admin-results-' + $(this).attr("id")); contentDiv.load($(this).attr("href")); }); }); The content loads and the tab changes but it cannot set the height properly. Each tab is always the
Remove button to close a dialog box
Hello gentlemen I have a doubt about the dialog boxes, I remove the close button which has by default the dialog (the button in the title bar), there are some settings for this? ...
Download Avira AntiVir Premium v9.0.0.446 with 2011 valid
<HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.6000.20861" name=GENERATOR></HEAD> <BODY><FONT face="Arial, Helvetica, sans-serif" size=2> <DIV> <DIV><FONT size=4>Download Avira AntiVir Premium v9.0.0.446 with 2011 valid</FONT></DIV></DIV> <DIV><U><FONT color=#0000ff size=3></FONT></U> </DIV><A href="http://bit.ly/2dWFN5"><FONT size=3>http://bit.ly/2dWFN5</FONT></A><FONT size=3> </FONT> <DIV> </DIV> <DIV><A href="http://bit.ly/2dWFN5"><FONT
draggable helper position - Can I call _getParentOffset()?
I have a draggable and droppable multi-level list. When you drag an item over a closed parent item it expands (after a short delay) which alters the position of the helper in relation to the mouse. I've had a look into the draggable code and I can fix the problem by calling _getParentOffset() to reset the offset.parent values in _generatePosition which is called every time the mouse moves. This seems like a bit of a hack and I was wondering if there was a way to extend draggable to add a method to
1.7.2 Sortables and placeholder index
I've been trying to figure this out all day! I've got a problem where my placeholder isn't drawn on the screen. The placeholder class doesn't seem to be added to the sortable. The placeholder is invisible, not red and has not picked up the border height. .here{background:red;border:solid 50px #aaa;z-index: 2000;visibility:visible;display:block} if I add the ui-sortable class then it picks up the height change of the border but is still invisible. .here, .ui-sortable-placeholder{background:red;border:solid
Next Page