[jQuery] In Use: RoundCube
Not new news, but apparently the RoundCube mail server will be increasingly using jQuery. Plus it's a great mail server! http://trac.roundcube.net/wiki/Plugin_API_Draft ~ ~ Dave
[jQuery] mousewheel plugin documentation??
Does anyone have a sample of how to use the mousewheel plugin? The docs page seems to be missing. (Off to start viewing source, and deciphering how to make this work...) Shawn
[jQuery] again - IE/Ajax trouble
hi This problem comes and go...but I haven't found a good solution to solve it..checkout this page http://findnwrite.com/memento/reports/view/report:71 see the bottom section that list articles..what's happing is I first render the top section of the page and then using ajax call in document.ready function, I render the bottom section ("Reference Section"). The reference section uses some other javascripts files and properly loaded in FF but not in IE, thereby, causing all the problems in IE. I will
[jQuery] Center a Div
Hello everyone! I got this question going around my head and its just because i can't find a proper solution. Thing is i got a project on which i want to show a preloader whenever something is sent or some event has been triggered. How could i set the preloader to show itself right on the middle of the screen?? I mean how could i show it on the right middle of the screen even if got a huge scrollbar on the right side!? I know i should be using <div>'s for every thing i want to show like this preloader
[jQuery] Superfish Issue with Mouseouts
Hello, I've recently upgraded the Suckerfish menuing system we were planning to use the Superfish JQuery plugin to add in a delay and fad-in transition. Most of that works great, but it doesn't appear that the app is cancelling the request if the user just runs his/her mouse by the menu. Instead, the delay finishes and the menu opens, staying open for a short period of time before disappearing. I did have to add in the bgIframe addition as this site will ultimately end up in a content management
[jQuery] Ebyte.com now using JQuery
Just wanted to let everyone know that we just released version 2 of Ebyte.com, and with it was a complete overhaul of our backend framework. It took us about a month, but we successfully migrated from prototype and script.aculo.us to jquery, improving the flexibility and compatibility of the site, and reducing the size of each page by about 40k. We just wanted to give a shout out the jquery developers for creating such a wonderful framework. Keep up the good work!
[jQuery] using jquery to read mRSS feed.
hi i am having problem with parsing the mrss, is there a way to select the <media:content /> ? i tried using find.('media:content') and it doesn't work.. am i doing something wrong? thanks
[jQuery] rounded corners in tabs
I'm working with the jquery-roundcorners-canvas plugin and the official tabs plugin (ver. 3 / ui). My problem is that my corners will round just fine so long as they're in the first tab. After that, they don't round at all. I can have several divs on the first page and all will have rounded corners with no problems, but nothing beyond that first tab. I've tried re-referencing the roundcorners-canvas function on each tab, but to no avail. You can see an example on a site in development at http://reconcilers.sterlingkcreations.com.
[jQuery] sending html via POST
So here's what I'd like to do: on form submission, send some data from a form input and also a snippet of html to a php script for further processing... so far I have something like: formdata = $('div#htm_snippet'); $('form').submit(function(){ $.post(url, {snippet: formdata}, function(data){ $('body').append(data); }); My php script at the moment just reads the $_POST variable and spits it back out, but all it returns is [object Object] so where am I going wrong? --thanks --
[jQuery] jEditable help!
I noticed there was more activity in this forum than in the Plugins forum so I decided to post a quite note that I need help with jEditable and here is the URL in case there is anyone out there familliar with this plugin: http://www.nabble.com/jEditable-Issue---changes-seemingly-revert-back-to-old-value-before-the-edit-tf4713727s27240.html sorry for making another post but the thing is the post did not go through in the mail thing for some reason so people wont know htat there is a new post about
[jQuery] Jorn's Form Validation ErrorPlacement
Hi all in Jorn's Form Validation example page(<a href="http://jquery.bassistance.de/ajax-validation/demo-test/milk/">http://jquery.bassistance.de/ajax-validation/demo-test/milk/</a>) is presented a form with 2 radio buttons. Jorn uses this approach(next next) to display error message: <pre style="display: block;">errorPlacement: function(error, element) { if ( element.is(":radio") ) error.appendTo( element.parent().next().next() );</pre> My question: how to display an error message after the last(I
[jQuery] jQuery Presentation
I did a presentation on jQuery this past weekend at COSSFEST (www.cossfest.ca). I've posted the presentation files to my personal blog for any who would like to take a look: http://grover.open2space.com/node/186 The presentation was well attended (near full room), and well received, I think. I may have converted one or two folks from Prototype even. :) Shawn
[jQuery] .attr("type","hidden")
Hi, does $("some selector").attr("type","hidden") work for anyone? I'm getting this in firebug: [Exception... "'type property can't be changed' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] Cheers, Rob
[jQuery] Getting Value from Radio Button
I have a radio button defined as: <input type="radio" name="compare" class="comp" value="equal"> And the following jQuery code: $('.comp').click(function(){ alert(reqsearch.compare.value); }); There value it returns is undefined. How do I get it to return "equal"?
[jQuery] Toggle all checkboxes, best way?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=230242716-30102007><FONT face=Arial size=2>I've got some code which I think is pretty simple. But I'd like to see if there's a quicker (less code) way to do this. I simply want to be able to toggle all checkboxes on a page on/off.</FONT></SPAN></DIV> <DIV><SPAN class=230242716-30102007><FONT
[jQuery] How to pull details info into master page (php/mysql)
PHP/MYSQL I have links from my master page in the form of <a class="view-man" href="manufacturer_Detail.php?manID=<?php echo(rawurlencode($row_WADAmanufacturer['manID'])); ?>" title="View Manufacturer Details"> to my details and I would like to pull the info into my master page rather than going to the details page. I have tried this variations of this code $(document).ready(function () { $(".view-man").click(function () { $("#show-detail").load("manufacturer_Detail.php?manID=<?php echo(rawurlencode($row_WADAmanufacturer['manID']));
[jQuery] is jQuery.noConflict() removed from jQuery??
It came as a surprise to me today when I didn't find the noConflict where I knew that I'd seen it a couple of weeks ago. http://docs.jquery.com/Using_jQuery_with_Other_Libraries But with a google cache from 27 october... we're told to use noConflict() http://64.233.183.104/search?q=cache:MpHKFWuB3tsJ:docs.jquery.com/Using_jQuery_with_Other_Libraries+jquery+noconflict&hl=sv&ct=clnk&cd=1&gl=se So....what is happening? Why is it removed from the docs? Thanks / Boris
[jQuery] jQuery article on dev.opera.com
Hello. Been lurking this list for quite some time. I'm impressed with the activity and friendliness here. I'd just like to give you a heads up that I've posted an article about jQuery on http://dev.opera.com, the developer website made by Opera Software. It's meant as an article in a series covering different JavaScript toolkits and comparing them. I was writing just while you guys finished up 1.2, so unfortunately it deals primarily with 1.1.4. See: http://dev.opera.com http://dev.opera.com/articles/view/introduction-to-javascript-toolkits/
[jQuery] jqmodal NOT working inside $.ajax callback function
Hi. I'm trying to do something and it's not working: $.ajax({ type: "POST", url: "myPhpFile.php", data: "someArgument="+someArgument, dataType: "json", success: function(msg){ $('#someID').jqm({ajax: '@href', trigger: 'a.trigger'}); } }); When I click the links with the "trigger" class, there is no modal window poping-up. Instead, the link is followed in the classic manner. Any idea why the jqm call isnt working? Thanks -- View this
[jQuery] Download JQuery
Hello, I want to download and start using JQuery. Which one should I download? And why the file sizes do no match? For example, for 45.3Kb - http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.1.min.js 14Kb - http://docs.jquery.com/Release:jQuery_1.2.1 Thanks, Miguel
[jQuery] reproducing old Interface effects w/jQuery 1.2
Just curious if anyone had any examples of reproducing the old Interface effects: Highlight, bounce, etc... with jQuery 1.2?? Thanks, Jim
[jQuery] Get div
Hello, How can I get use a Div given its ID? Or I can only get it given the css class applied to it? Thanks, Miguel
[jQuery] detect name, class or id dropped elements with Jquery UI
Hello all, I'm a beginner with UI and I would like to know how to detect name, class or id the dropped element with the droppable feature. So the question is really on how to access attributs of the dropped element? In my example: $("#draggableAreaMask").droppable({ accept: ".ui-draggable", activeClass: 'droppable- active', hoverClass: 'droppable-hover', drop: function(ev, ui) { $ ("#draggableArea").prepend(); // In fact, in the prepend I would like to put the div content of the dropped element }
[jQuery] how can i upload file with $.post and php
i can not use $.post for upload file plz help me.(i need sample)
[jQuery] Creating objects for components using jquery
Hi, I know this is an amatour message but I was wonderig if someone could point me to the right direction. with Dojo, you create objects and then you do something like this var chart = new dojo.charting.Chart(null, "Example chart", "This is the example chart description"); //Add the plot area at an offset of 10 pixels from the top left chart.addPlotArea({ x: 10, y: 10, plotArea: chartPlotArea }); //Setup the chart to be added to the DOM on load dojo.addOnLoad(function() { chart.node = dojo.byId("GraphContainerArea");
[jQuery] jQuery.ScrollTo
Hi, Some days ago I saw this article: http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12 And I decided to make a plugin out of that, adding versatility and customization. I'd appreciate some feedback :) The project is in: http://jquery.com/plugins/project/ScrollTo Thanks Ariel Flesler
[jQuery] invoke jQuery Cycle Plugin - help please!
Hello! I've really tried to search for this specifick problem. Is it possible to invoke the Cycle Plugin to just do at specific transition between 2 specific children? example: <div id="placeholder"> <div id="my_id1">test test</div> <div id="my_id2">test test</div> <div id="my_id3">test test</div> <div id="my_id4">test test</div> <div id="my_id5">test test</div> </div> how do I use the cycle plugin to make a specific transition between, let's say my_id1 and my_id4 ...and then my_id4 and my_id2? What
[jQuery] Growing jQuery
I gave this presentation at the jQuery Camp, and several people asked me to post it online. You can find the presentation attached. For those who weren't at the conference. The presentation is a brief overview of jQuery and how easy to it to make plugins and extend the language. I hope to also release a full tutorial on the thought process of designing a plugin at a later date. Go forth and make great code! ~Sean
[jQuery] Using jQuery to select labels
Hello. I trying to use jQuery to select label elements in my forms, utilizing this sintax: var label = $("label[for='ds_email']"); But jQuery returns a empty object ... the label exists in the form what I tryng to select. Anyone have a solution for this problem? :S Thanks :)
[jQuery] Getting draggable object reference?
Hi, i am new user of jQuery. How can i get the draggable object reference which is dropping on droppable div? i have already tried with draggableInstance( ) cheers Shoeb
[jQuery] New Plugin: SimpleModal
I've been using jQuery for a couple months and recently had the need for a modal dialog. I tried other existing modal plugins, but decided to take a shot at creating my own plugin. SimpleModal is a lightweight jQuery plugin that provides a simple, cross-browser compatible interface to create a modal dialog. The plugin is extremely flexible and was written to allow a developer 100% control of the style and functionality. I would appreciate any feedback on the plugin, as it's my first one =) Details:
[jQuery] Cross browser problem in JQuery 1.2.1, Run on FF1.5 but not IE6
Dear all Can you please tell me if this is really a cross browser problem or my misunderstanding, I cannot run the code below successfully under IE6 but FF is perfect. So, would you all mind if you can help me out in this problem? MS debugger information attached. Thank you very much for all your help. ---------------------------------------------------------------------------------- code.php: ... <script language="javascript" src="jquery/jquery-1.2.1.min.js"></ script> <script language="javascript"
[jQuery] ColdFusion LightBox Gallery
Hi, I have just reduced anotehr great jQuery plugin ( lightbox 0.3 from leandro vieira) to a really easy Coldfusion CTAG. Using that is quite simple and is easy customizable. A demo is <a href="http://www.andreacfm.com//examples/ cfJq_lightbox_gallery/">here</a> Waiting your feedback Andrea
[jQuery] Newbie Question: Specifying the links that are in a particular Div?
I'd like to attach an onclick function to the links that are in a specific div. The id of the div is "menu". I tried variations on this: $(document).ready(function(){ $("#menu").("a").click(function(){ alert("Thanks for visiting!"); }); }); ...but I was just guessing, and I didn't find the correct way yet. What is the correct way to do this? Thanks very much in advance to all for any info. -- View this message in context: http://www.nabble.com/Newbie-Question%3A-Specifying-the-links-that-are-in-a-particular-Div--tf4713851s27240.html#a13474559
[jQuery] clueTip feedback and suggestions
After looking into a few of the tooltip libraries, I've ended up implementing clueTip (http://jquery.com/plugins/project/cluetip/) on an existing project. In general it fit in very well, with pretty nearly all the features we need. The only real issue was [7], which I didn't manage to work around. This post is a little long, but I just want to share my experience, and provide a little feedback to hopefully make the library even better! All-in-all, I found this library to be the most feature complete,
[jQuery] jQuery Grid Layout Tool
Hi all, Just came from cssbeauty.com where I saw a neat quick grid layout tool which uses jQuery: Grid Layouts: http://gridlayouts.com/ Very simple, I have my own methods but this looks fun for a quick mock up or starting point. I am a big supporter of grid-based design, try it out! Charles doublerebel.com
[jQuery] BlockUI + Ajax (AjaxForm)
Hey, i'm using ajaxform to submit form. But before submiting i use a BlockUI plugin to confirm that submition. If user clicks Yes - everything fine, but if he clicks No ar first and then submits form again and presses Yes, then my ajaxSubmit does his submition twice (or more, depending on how many times in a row user clicks No before) How to avoid this thing? Here's my code (those "Insert (back) DOM element" are to copy the dom element back to page, as i use different Forms on one page that needs
[jQuery] [NEWS] Learning jQuery book review
Ben Nadel has posted a great review of Learning jQuery: http://www.bennadel.com/index.cfm?dax=blog:1012.view I like this quote: "Learning jQuery by PACKT Publishing, co-authored by Jonathan Chaffer and Karl Swedberg, does this for you - the very first chapter starts out by taking what you feel in your gut and wrapping up in 12 powerful bullet points. Not only does this set the expectations for the rest of the book (which are met with flying colors), it gives those of us who cannot easily codify our
[jQuery] PHP Contest Scoreboard, utilising the jQuery library
Just thought I'd post this here, I've just finished a new version of my contest script. You can set up questions, let users submit their answers, then mark it quickly and easily. The admin interface utilises the jQuery library to handle all the interaction - adding questions, marking individual entries (by clicking on them), the 'quick mark' function. After a bit of debate with form styling issues I decided to use <span>s instead of <input>s for the buttons and use jQuery for form submission too.
[jQuery] Fade In and Fade Out Div
Hello, I have a DIV in my page and I need to: 1. The DIV must be over all other page content. 2. Select the DIV position: It could be Centered or on Top Right. The DIV should be over all page content. 3. Fade the DIV from a X% opacity to a 0% opacity when: N seconds have past or when the user clicks the rest of the page. How can I do this using JQuery? Thank You, Miguel
Next Page