[jQuery] [TUTORIAL] How To Create a Coda Slider Effect Screencast on jQuery for Designers
Remy Sharp of jQuery for Designers has created a new screencast on how to create a coda slider effect using jQuery: http://snurl.com/2c9u2 Rey...
[jQuery] what's new in jquery 1.2.6
anybody knows what 's new in 1.2.6? the release note page is empty <a href="http://docs.jquery.com/Release:jQuery_1.2.6">http://docs.jquery.com/Release:jQuery_1.2.6</a> Thanks, Alex<br clear="all"> -- Alexandre Plennevaux LAb[au] <a href="http://www.lab-au.com">http://www.lab-au.com</a>
[jQuery] Sortable Checkbox
Are there any plugins like on Apple's Pro site, with the sortable checkbox? http://www.apple.com/pro/profiles/ Thanks
[jQuery] Adding times
Does anyone know of a good plugin/function/library for adding up times? My primary requirement is to be able to take strings like "9:00 AM" and "5:00 PM" and calculate the hours between. I don't want to reinvent the wheel, especially considering mine will end up being square... Thanks, Owen
[jQuery] treeview...
Anyone know of a way to tweak the behavior of "treeview"? the demos are great - but I've put a little more 'info' at each node - a table to be precise. and i want to allow a link to expand or collapse the tree node - HOWEVER there are other links at each node that should NOT expand collapse the node....
[jQuery] Hide all except one (like tabs)
This is the first time I have tried to use Jquery, and I have copied the above demo onto my computer and tried to set it up to work out how to use it. It is supposed to hide all divs except one the same as a tab. The demo can be found at the bottom of the FAQs section of Jquery in the cook book. There are three links attached to three bunches of text. In my browser I can see all three bunches of text when I should only see one, nothing is being hidden. Can anyone help me see the mistake I am making?
[jQuery] Calculate time since post
I am wondering if jQuery has any solutions to calculate the time since a post was made. Say it was created on June 2, at 11:30pm, I would like to have the display continue to change as the days go on. So, tomorrow, it would read, posted 1 day 20 hours ago, or something like that. Has anyone had experience with this?
[jQuery] Take the XML response without using DOMParser() or ActiveX
Hallo, I'm used to check the broser version in my callback function (when managing the xml from the response), something like: try{ // for Ie xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); }catch{ //for FF xmlDOc=DomParser() (code is not complete :)) is there any way to make this transparent with jQuery? something like xmlDoc = $.takeXmlFromResponseWhateverBrowser bla bla i need this because my boss said "what if i disable the ActiveX component in IE?"...obviusly the Ajax thing stops working.... any
[jQuery] [UI Accordion] - Default Active Element
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Arial">I understand that </font><code class="mix">setting the navigation option <span class="keywords">to will identify the active element through location.hash. Isn't there any other way of specifiying the active element, perhaps by means of an attribute such as id=active. The reason is that, in our case, the Accordion menu list out a series of sections (rather
[jQuery] limiting # of elements by attr()
Id like to run though all the elements of a particular class/name on a page and unhide only the first of each that have a particular attribute. for example imagine a table with many img tags, and we want to show only one of each href. var id; var singleton = function() {if((this != id) && (id = this)) {return true} else {return false}} $("img").hide().filter(singleton).show(); but how to have the singleton function check the attribute value for src= ??
[jQuery] [treeview]
Love the tree view plugin, but it does EVERYTHING for you - I want to customize some things. Specifically - adding an additional "hitarea" - or maybe simply knowing how to refer to the correct class to wrap a link and have it expand/collapse. for instance - instead of having a 'word' at every node - I have a table, with some data...in that table I want a link to expand the child nodes...HOWEVER... this link must not interfere with other links in the table.... any suggestions? Also any suggestions
[jQuery] Loading help with contextmenu plugin.
Hi, I don't know if it's the right place to post this, but I can't find developer's email anywhere. In case that you don't know the plugin http://www.trendskitchens.co.nz/jquery/contextmenu/ is the homepage. Basically it let's you override right click on the browser for the html elements you want, changing it for one that you define. The javascript code for the menu is in the $document.ready(), like this: $(document).ready(function() { $('span.demo1').contextMenu('myMenu1', { bindings: { 'open':
[jQuery] ClueTip: Hide cluetip on click in Input Field.
Hi, I'm using cluetip with a formular. I have cluetips on some of my input fields. The Tip appears when hovering the input fields, but stays if i clilck and want to enter something. How can i hide the tip again, if i have clicked in the input field. I have thought that i could catch the focus event of the input field, but what would i do in that to hide the tip? Is there a setting for ClueTip that can do this for me? Thank You -- Manuel
[jQuery] Ajax problem - undefined error
Hi, I'm new to jquery. I want to develop a upload progress bar using jquery and PHP (i already did this with xajax and php, but i want to use jquery this time). Does anyone know why this doesnt work: $(document).ready(function() { function progress() { $.ajax({ type: "POST", url: "http://URL/ajax/uploadProgress/", data: "upload_id=" + $('#UPLOAD_IDENTIFIER').val() + "&file=" + $('#video_file').val() + "&debug=", cache: false, dataType: "json", success: function(data){alert("Data Saved: " + data.msg
[jQuery] get class or id
i've a dinamic menu <ul> <li><a id="001" href="#">001</a></li> <li><a id="002" href="#">001</a></li> <li><a id="003" href="#">001</a></li> </ul> this menu <ul> is dynamic, ie, is automatically generated from a database, therefore I will not know many elements i'll have in the future or what identifiers they have. Moreover, i have some , one for each <a> in the <ul> <p id="001"> <p id="002"> <p id="003"> If somebody do click in <a id=001> all must be hide, but the <p id=001> must be show i've writed
[jQuery] Dreamweaver Plugin
Just incase this hasn't been posted around yet, I stumbled across this last nite (and I hope the author doesnt mind cuase I think this is great!) <a href="http://xtnd.us/dreamweaver/jquery">http://xtnd.us/dreamweaver/jquery</a> Big thanks to Chris Charlton! _/-0_
[jQuery] flashembed plugin
Has anyone ever used this flash embed plugin? http://plugins.jquery.com/project/flashembed Do you know how to pass it some flashvars? I read the documentation but couldn't find anything clear.. Thanks vitto
[jQuery] load() function in synchronous manner.
Can I use jQuery load() function to load a dynamic page in synchronous manner? (async: false)
[jQuery] [treeview] unresponsive script in FF
Hello, I really enjoy using treeview, I've implemented it in an administration panel and everything is amazingly fast and working as expected in IE7. It's a very large sitemap, the page with not much else on it is 250k of html, and it's using a minified jQuery 1.2.3 and a packed Treeview 1.4. Firefox 2.0.0.14 (on Windows XP, I haven't tested it on the Mac) does a weird thing with it, though. While it applies the tree fine, when a link is clicked, it stops responding and after 5 seconds or so the
[jQuery] Clicking on the whole div area.. not just the small icon image.
I am trying to get a click event on the whole div area around the image that toggles a menu. In FireFox I can click on the whole div and my functionality works. In IE7 I have to click only on the tiny arrow icon. How do I allow the whole div to control the event? $(document).ready(function() { $('ul.linkContainer:not(:first)').hide(); $('div.arrowToggle').click(function() { var $nextUL = $(this).next(); var $visibleSiblings = $nextUL.siblings('ul:visible'); if ($visibleSiblings.length
[jQuery] jQuery.SerialScroll
Hi guys. I've made this page with the serial scroll plugin. The page code is right here: http://pastebin.com/m347ffc6 But it doesn't work with Internet Explorer, Can somebody help me? Thanks.
[jQuery] superfish: javascript issue
Hello... It was suggested that I post here because the author of superfish watches this list closely... I have an issue on IE browsers. They intermittedly show a javascrip error, both on the site that I've done using superfish and the demo site. I'm not a javascript guy so I don't have the first clue what to do about it -- help =( at demo site - http://users.tpg.com.au/j_birch/plugins/superfish/ - IE7, IE6 show javascript errors there's an object expected at line 259 at site I did I don't get javascript
[jQuery] [ANNOUNCE] jQuery UI 1.5 release candidate, we’re getting excited
The jQuery UI team has released the final release candidate for jQuery UI v1.5 with a final release expected on June 8th, 2008. You can read more about this RC here: http://jquery.com/blog/2008/06/02/jquery-ui-15-release-candidate-were-getting-excited/ We would love the community to help out in this last stage of testing to ensure a solid final release so please download the RC and put it through its paces. IMPORTANT! PLEASE READ! Please post any feedback on jQuery UI to the UI mailing list found
[jQuery] Queue regular function with hide and show
Hi there. I have played around a bit with hide() and show() the last few days and ended up creating a function to show certain tables on a page. function toggleShow(id) { $('.tbl').hide('slow'); $('#' + id).show('slow'); } $(document).ready(function() { $('#index').show('slow'); }); There are four tabled and they all have the class tbl and a unique id, then I call the function using toggleShow('guestbook') and it works. The problem I am having is that I want to queue the hide and show
[jQuery] jcarousel - circular problem going backwards on initial load
For some reason, when my page first loads the carousel, the prev arrow is unusable until the user has clicked on the next arrow. After clicking the next arrow, they user is able to click the prev arrow to their hearts content. I noticed on the 'circular' example on sorgalla that this is not an issue with the example. My .js is exactly the same, I think. Also, I have tested without the other javascript on the page. Any thoughts? example at www.mycomicspage.com. Thanks - Eric
[jQuery] .click()/.bind() bag on IE6
hi all My script: function stop() { $("#playbta").unbind("click").bind("click",function(){ play(pos); sreturn false; }); player.dostop(); } function play(pos) { $("#playbta").unbind("click").bind("click",function(){ stop(); return false; }); player.doplay(pos); } it's piece of my music player... When user click on "play" button, text on button change on "pause" and event "click" (of button) most change on "play(pos);return false;"... In all
[jQuery] Problem with jquery plugin inside an ajax loaded php page
Hi I am a noob with jquery, and I am learning by myself and building a site with jquery php and mysql. I have this problem: Start page have a div for ajax loading and many links with image gallery names that ajax load the same php page with diferent param Id for each gallery. For example one link is viewfotos.php?IdGal=1, the other IdGal=2 and so on. viewfotos.php get image names from a MySQL table and display with a jquery plugin for gallery images. The Problem is that when viewfotos.php load into
[jQuery] reseting values of input fields that have been cloned
new to jquery. here is what I am trying to do. -- I am using the clone function to clone a table row. -- the table row contains 3 input fields -- they are inheriting the values already in them -- i need to reset them to "" (blank") $(document).ready(function() { // Initialise the table $("a.addNew").click(function() { var clonedRow = $("tbody.gltb tr#guest_new").clone(); //this will grab the last table row. $("tbody.gltb tr#guest_new input").attr("value", ""); $("tbody.gltb").append(clonedRow);
[jQuery] blockUI 2.02 error ?
Hello! i'm trying to use blockUI v 2.02, but i get this error message: Erreur : s.setExpression is not a function Fichier source : http://localhost/lab-au.com/dev/_js/jquery_plugins/blockUI/2.02/jquery.blockUI.js Ligne : 163 this is how i call blockUI $(document).ready(function(){ // lots of code //.... // BLOCKUI INI $.blockUI.defaults.message = "Please be patient..."; $().ajaxStart($.blockUI).ajaxStop($.unblockUI); }); Any idea what is wrong? -- Alexandre Plennevaux LAb[au] http://www.lab-au.com
[jQuery] [Tutoria] How to make accordion menu using jQuery
Tutorial: How to make accordion menu using jQuery by Roshan Bhattarai http://roshanbh.com.np/2008/06/accordion-menu-using-jquery.html
[jQuery] submit a form when an image is clicked rather than using input type=submit
I'd like to use an image to submit a form. Is there an easy way to do this using jQuery?
[jQuery] jqModal and dynamic Ajax
Hi, I have a page with a dropdown list (<select>) and when I select an element in the list, I'd like a modal window to open with the datas related to the element I selected. To do so, I tried 2 things : 1) "Classic method" : $('#unitInfos') .jqDrag('.jqDrag') .jqResize('.jqResize') .jqm({ ajax: 'ajax/unitInfos.php?id='+document.forms[0].elements[4].value, target: '.jqmnContent p', trigger:'#unitInfosTrigger', overlay:
[jQuery] Livequery event firing multiple times
I'm working on a survey builder which will allow users to create online surveys and polls. I decided to use livequery to build it as it involves lots of adding and deleting of DOM items that have associated events. I'm still at an early stage of development but I've run into a snag. The function I've attached with LiveQuery to the "Add new question" button seems to fire once for every question group that has been added, even though every time it fires the expected DOM element. For example, if I add
[jQuery] How to work with checkboxes
Hello, I would like to copy the value of a text field(id=input0) to a different text field(id=input1) when a checkbox(id=same, value=1) is checked off. I am using the following code to do it. However, the value gets copied over whenever the checkbox is clicked, it doesn't matter if its checked off or not. How can I ensure that JQuery will only copy the value when the checkbox is clicked AND there is a check mark present. I am new to JQuery so any help would be appreciated. Many thanks in advance.
[jQuery] jQuery LOGO
Hi all jQuery lovers. My question deal with the jQuery logo, i want to buy t-shirt and print the jQuery logo. Maybe someone got the vector logo of jQuery? Proudly waiting for your answer.
[jQuery] Question about .click
Hello there ladies and gents, hopefully someone can point me in the right direction. I'm using a combination of flot and ui tabs, and I want the following behavior: When the user clicks on the tab, the text and background get changed to display a loading message while the flot graph is drawn and processed. When the graph is drawn, the tab returns to normal. I have this functionality, but the problem is that it's not showing. When I step through the javascript with firebug, everything works perfectly--the
[jQuery] jQuery.SerialScroll
Hi guys i've done this page withe the plugin jQuery.SerialScroll but it doesn't work with Internet Explorer 6. The code of the page is right here: http://pastebin.com/m347ffc6 Please help me !!! Thanks.
[jQuery] Cant add focus and blur event handlers to input of type file
I'm having a real problem hooking onto the events in input field of type file. here's the scenaro. I've made use of the hotkeys plugin for jquery and tweaked it a little so that hotleys and added a kind of proxy that checks for field focus and only delegates the event (callback) if no fields have the focus. The code is straight forward, hook onto all input/select/textarea field. When every field has focus set a flag to true and when they lose focus set a flag to false. The flag is global (but kept
jQuery ajaxForm and jQuery UI tabs
i have used tabs and jquery form plugin for my project. i have used only one function for handling the ajax request and respone for all tabs. Tabs contents are loaded based on the url. for each tab has the content of its own form. After submitting the form ,response will come to this corresponding tab based on the active tab. But this functionality not working for me. The response came to different tab. Remember am using one one Function for handling Ajax request and response. so pls help me. very
[jQuery] functions and jquery
I have a problem with functions in jquery. Here is my code: <code> $(function() { function klappmenu(id_name) { id_status=id_name+"_status"; head=id_name+"_head"; var id_status = $.cookie("+id_status+"); if (id_status == null){ $("h3#"+head).addClass('zu'); $("#"+id_name).css("display","none"); }; if (id_status == "zu"){ $("h3#"+head).removeClass('auf'); $("h3#"+head).addClass('zu'); $("#"+id_name).css("display","none"); }; if (id_status == "auf"){ $("h3#"+head).addClass('auf'); }; $("h3#"+head).click(function()
Next Page