[jQuery] excluding elements
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META content="MSHTML 6.00.6000.16441" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=203285610-25052007><FONT face=Arial size=2>hello friends!</FONT></SPAN></DIV> <DIV><SPAN class=203285610-25052007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=203285610-25052007><FONT face=Arial size=2>a quick question: i would like to exclude a few elements
[jQuery] Finding a parent list item.
Hi everyone, Imagine the following HTML scenario: <li> <label for="title_new">Title</label> <div class="input"><input name="title_new" id="title_new"/></div> </li> <li> <label for="message_new">Message</label> <div class="input"> <div> <div> <div> <input name="message_new" id="message_new"/> </div> </div> </div> </div> </li> How could i modify the following jquery code so that it effects
[jQuery] Possible to kill pending Ajax requests
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" 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 11 (filtered medium)"> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"/> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
[jQuery] Tabs decoration question
Right now there is a horizontal line between the tab and its content. However, our designer wants that there would be no border between the active tab and its content. Is this doable? Thank you
[jQuery] Safari, Thickbox 3 and rolling over images = glitch?
I don't run a Mac, or have access to one, so I'm asking you all for a little assistance please. A client running Safari had this to say about my implementation of Thickbox: When you roll over a certain area, mostly right on the outermost border of each picture, then the header blinks in and out and looks weird. Here's a screencap he sent me: http://www.commadelimited.com/uploads/safari_glitch.jpg And here's the page itself: http://www.atkinshomebuilders.com/photo-gallery.html Does anyone have any
[jQuery] Query string separator
Hi, The HTML 4 specification recommends that a semicolon be used as the separator for query string parameters because of the issues with encoding '&' in link urls (see http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2). In view of this, it would be very nice indeed if there were a global setting in jQuery to parameterize the query separator. I only find two places in jQuery that hard code '&': ajax() param() Of course if this were provided then all plugins that deal with forms could reference
[jQuery] Keypress on a div
Hi all. I'm newbie about jquery so sorry for the stupid question. I have this code: <html> <head> <script type="text/javascript" src="jquery-1.1.2.js"> <script> </script> </head> <body> <div id="contenitore" class="contenitoreC" style="border: 3px black solid;float:left;" > <div id="sotto1" class="interno" style="border:2px red solid; width:200px;height:200px; float:left;"></div> <div id="sotto2" class="interno" style="border:2px green solid; width:200px;height:200px; float:left;"></div>
[jQuery] Blur event
Code sample: <span style="font-family: courier new,monospace;">$("input#MyTextInput").blur(</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> function() { </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> setTimeout("$('#MyTextInput').focus()",0);</span><br style="font-family: courier new,monospace;"> <span style="font-family: courier new,monospace;"> }</span><br style="font-family:
[jQuery] Interface Slider plugin problem
Hello all, I am trying to use slider plugin from interface for price range. But, when I try to set the values for slider indicators using SliderSetValues function it sets the indicator to incorrect value. For e.g. if I set slider 1 to [15, 0] it changes its X by 17 and not 15. My working example can be seen here -> http://sanisoft-demo.com/jquery/slider.html Please help. Thanks, Aditya
[jQuery] Drop shadows and Tooltips
Has anyone managed to create a dynamically resizing drop-shadow effect for the tooltips plugin (http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/) that they could share? The sample on the website looks good but is a static size (ie, does not change size based on the content-length). Thanks, ~ ~ Dave
[jQuery] ajax form loader displays on load even though loader is set to hidden
Hi all using Ajax form. Which works great, but Ive noticed lately when my page loads now the loader image displays event though Im hiding the div on load. Any ideas why this would be happening? $(document).ready(function() { $("busy").hide(); $('<div id="busy"><br /><img src="/images/loaders/ miniloader.gif" /> Requesting content...</div>') .ajaxStart(function() {$(this).show();}) .ajaxStop(function() {$(this).hide();}) .appendTo('#loader'); $('#billpay').ajaxForm({ // account rec target:
[jQuery] Creating DIV with JEditable Callback Function
Hi, I am trying to create a new div with the Jeditable callback function and have that new div also be editable in-line. i.e. I want to do something like this: $(document).ready(function(){ $(".editemail").editable("save1.php", { cancel : 'Cancel', submit : 'Submit' }); $(".addemail").editable("save2.php", { cancel : 'Cancel', submit : 'Submit' }, function(value, settings) { addedDiv.innerHTML = '<div
[jQuery] What is up with the Coach Wei slam of jQuery?
http://opensource.sys-con.com/read/358149.htm or the same in his blog: http://www.coachwei.com/blog/_archives/2007/4/4/2858104.html (not exactly new, but I just came across it today) Ok, so he is "Chairman and CTO" of a company that is betting the bank on Dojo but the specific targeting of jQuery seems a bit odd.
[jQuery] Hover on image maps
Has anyone done hovers on images maps? Do they work well? What I think I want to do to replace my current solution is replace the "out" function based on the results of the click. That way the next time the user rolls over the image and rolls out, it will return to it's new "set" state instead of the default state based on when the page was first loaded.
[jQuery] Graph plot
Is there any Graph plugins for jQuery, or do I need to develop it on my own? =) I've tried to google it for some time now... Any ideas? I would like to be able to plot simple graphs and diagrams...
[jQuery] Vertical tabs with tabs plugin
More a CSS question than jQuery, but are there any examples of vertical tabs being used with the tabs plugin? Like how the ones on the Google AdWords login page (https://adwords.google.com/select/ Login) work. It could be something useful to put on the example page as well (you may not always want horizontal tabs).
[jQuery] [UPDATED] jQWebExt - jQuery Simple MVC and plugins Components framework
jQWebExt 0.2.1 is released.. === Introduction === jQWebExt - jQuery Simple MVC and plugins Components framework. = Features = With jQWebExt MVC Your html is clean and NO or few javascript code. Any 3rd party's javascript or global function can be setup in jqwebext_config.js. And DOM Ready function is also setup in jqwebext_config.js. So your html will very clean and just only two line of javascript src. <script src='jquery.pack.js' type='text/javascript'></script> <script src='jqwebext.js' type='text/javascript'></script>
[jQuery] Google subscription
Hi guys, I want to subscribe to this mailing using different account other then gmail. So when I go to Google it seems to force me use gmail account ONLY Is it true or am I getting it wrong --Kush
[jQuery] Saving Sort Infos in a Databse
I'm Using Jquery and the interface Plugin from interfaces.eyecon.ro I made Sortable Boxes and it all works fine. The Big Problem i Have is how to sort the tables by values which are in my mysql database and how to write the Ordernumber in my database. sorry my englisch is not the best greets cfreak
[jQuery] Saving Sort Infos in a Databse
I'm Using Jquery and the interface Plugin from interfaces.eyecon.ro I made Sortable Boxes and it all works fine. The Big Problem i Have is how to sort the tables by values which are in my mysql database and how to write the Ordernumber in my database. sorry my englisch is not the best greets cfreak
[jQuery] load thick box within ajax load
I am using the jquery load function function loadContent(id) { $("#bioscontent").load("grabbios.php?id="+id+""); } and I am wondering how I can make thickbox work inside of it. When i try It just pushes the loading ar to the bottom of the page. Here is the page I am using it on. http://www.thebattalion.tv/dev/bios.php I am trying to make it popup to play a flash movie. Thanks -TJ
[jQuery] BlockUI question
I am using the BlockUI plugin on one of may pages. it works well for blocking the UI, but i am having trouble gettign it to unblock the UI. on this page, i click a hyperlink which calls a page that generates a PDF file. this page calls another page which sends the PDF file to the browser so they get the "do you want to open or save the PDF" dialog. the problem is that i dont knwo where i am supposed to put the $.unblockUI; so that the page will unblock when the PDF is spit back to the browser. any
[jQuery] Interface update question
Hi guys, Anyone knows what's happening with Interface library updates They haven't been updated for long time, imageBox to be specific Or do any of you know other similar plugin Cheers, --Kush
[jQuery] Support to xml namespaces
Hello, I am trying to figure out how to get jQuery work on namespaced xml elements. I am parsing an rss feed in rdf format, like this one: http://del.icio.us/rss/recent My success function is: success: function(xml){ $(xml).find('item').each ( function () { var titleTag = $(this).find('title')[0]; // this works var subj = $(this).find('subject')[0]; // this does not work in ie6 } )} The finding of the subject does not work because (i suppose) it is namespaced like
[jQuery] jquery tabs: creating tabs without triggering onShow action
Hi, I noticed when I create my JQuery tabs, the "onShow" callback function is automatically invoked. $('#container').tabs(tab_id, { remote: true, fxFade: true, fxSpeed: 'fast', onShow: function(clicked, shown, hidden) { clickTabAction(shown); } }); Is there a way to create the tabs without having the "onShow" action invoked the first time? Note, if people start clicking on the tabs, I would like the function called. Thanks, - Dave
[jQuery] improve my working code
Hy there. I'm pretty new to jQuery and JS in general. I managed to build something. I learned a lot! THX jQuery guys. When you look into my code, could it be shorter, smarter, sharper? especially this part: [code] $(document).ready(function(){ $("#linkDetail1").click(function(){ $("#detail1").slideToggle("slow"); return false; }); $("#linkDetail2").click(function(){ $("#detail2").slideToggle("slow"); return
[jQuery] Google Code SVN Issue
Hi guys, When I try checkout using TortoiseSVN (latest) via http://jqueryjs.googlecode.com/svn/trunk/, I get the following error: Error: REPORT request failed on '/svn/!svn/vcc/default' Error: REPORT of '/svn/!svn/vcc/default': 502 Bad Gateway (http://jqueryjs.googlecode.com) Anyone seen this before? I can't find a solution on Google anywhere. Rey... -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com
[jQuery] Streaming information from a server
I have a server application where I start a long running process and want to give the user feedback on how it is progressing. I need the server process to send information every few seconds. I have had a look at heartbeat and rss but both of these need the client to make the requests. I want the server to send the information without it being requested. Does anyone have a suggestion as to how I can do this? Thanks Peter
[jQuery] Back in the Club!!
Sorry guys. This is just a silly OT post. Since I have SVN access once again and was able to do my build of jQuery v1.1.3, I'm just feeling giddy and feeling part of the club again! :) Rey... -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com
[jQuery] Detecting Mouse Paste
I have an input and I want to detect if the user drags a value into it or if they right-click and then click "paste". Is there an event that fires in these cases? Thanks, Glen
[jQuery] show fails in Konqueror with jQuery 1.1.2
The show method completely fails in Konqueror. Does anybody know if this is fixed with later SVN versions? I'm using the official 1.1.2 release. It worked before, so it should be fixable, and even if Konqueror is not officially supported. I need to resort to css('display', 'block') to make it work. Cheers, Klaus
[jQuery] Metadata update / whatwg attributes conflict
Hi folks, I've recently updated the metadata plugin[1] to avoid the property "data". That an issue I had when reading metadata from select-elements in Opera, because Opera already implements (at least parts) the whatwg spec. If you have similar problems or are just curious about the topic, this article is a good read: http://dev.opera.com/articles/view/making-legacy-pages-work-with-web-forms/ The metadata by default now searches for metadata in the class attribute (eg. class="{required:true}") and
[jQuery] Form Validate Plugin Question
Hi Jorn, I want to be able to customize the error messages upon form submit. For example, for a particular field my error message should be - "Please fill in an appropriate" + phoneNum + "number". the phoneNum variable could be either "mobile", "office phone", "residence" based on a drop down value. So, the question is can I redefine some messages on form submit based on some form field value selected/filled by the user? <div>Please let me know.</div> <div> </div> <div> </div> <div> $(document).ready(function()
[jQuery] Good news, everyone!
"Release early, release often". I try. And here it is, the first release candidate of my validation plugin. A few more features where added, a heavy refactoring completed to remove all dependencies on IDs, the long-known Opera issue with select-elements is fixed and more. As always, all interesting stuff is on the plugin page: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ More API documentation can be found in the Plugins API browser: http://jquery.bassistance.de/api-browser/plugins.html#validateMap.
[jQuery] Thickbox 3 transitions
Hey all, you've probably seen cody's thickbox 3 by now: http://jquery.com/demo/thickbox/ He mentions transitions, but now how to implement any, beyond the scope of his application probably. I've got a little combo app gallery (for a client) that is here: http://www.chatelainplastics.com/signageVinyl.htm It was already using the reflection.js class, and they thought they wanted to be able to click to larger images (surprise) so I went with thickbox ;) Anyways I used the demo of Cody's where you can
[jQuery] Validation Plugin validates hidden form fields
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PostalCode"/> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
[jQuery] (should be) simple use of getScript failing
In js file 'A.js' I have: function A() { alert('function A here'); } In js file 'B.js' I have: $.getScript('A.js'); function B() { A(); } But Firefox claims 'A is not defined' when I call B(), though clearly it should be. I know jQuery is loading and evaluating A.js just fine. The eval within jQuery returns the exact text of A.js. Further, this works just fine if I do <script src='A.js'> before doing <script src='B.js'> within the calling web page. Is there something extra I need
[jQuery] Highlight problem in IE6
The problem: a simple highlight in IE6 ends with the highlight color, instead of the element original color. See by yourself: http://dev.tipos.com.br/jquery/highlight.php Am I doing something wrong? Can highlight work on IE6 without reseting the background color by hand in the end? -- rodrigo
[jQuery] background-position
Hi folks I'm looking for a handy way to pan across an image; my theory is that if you set the image as the background to a div and then, on mouse move, change the background position, this would work pretty sweetly. Is this possible with JQuery, and if so, does anyone have the code/syntax to achieve this ? TIA,. Liam
[jQuery] Like Google Calendar
I have to made a Calendar for my sys and wanna make some like the Google Calendar but my real doubt is How the best way to make the cells (days/events) div in a tables? divs with display: table-cell ?? I wanna know the best way to do this with a rounded box in background =D ps: the rounded box i already make lol -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com
Next Page