[jQuery] Problem with looping autocomplete
I've tried every possible combination I can think of so I hope someone here can see something I'm missing... I have a form with multiple line items and I want to have a few of the fields validated against my database to make sure the values exist. My code is as follows: I've got a select form element to pick a department: <td class="cellvalue_l" style="text-align:left;"> <select name="dept" id="dept0" style="font-family:Tahoma;"> <cfoutput query="getdept">
[jQuery] Tooltip placement
Hi! Sorry for my english, I hope you understand me. I'm using a tooltip created with Jquery, this is the code: _________________________________________________________________ this.tooltip = function(){ /* CONFIG */ xOffset = 20; yOffset = 50; // these 2 variable determine popup's distance from the cursor // you might want to adjust to get the right result /* END CONFIG */ $("a.tooltip").hover(function(e){ this.t = this.title; this.title
[jQuery] Help tracking down error in IE8 / jquery 1.3.2
Message: Invalid argument. Line: 12 Char: 12949 Code: 0 URI: http://domain/shared/jquery/jquery-1.3.2.min.js I keep getting the above error In IE but Not FF.. Everything works great in FF, and almost in IE.. But I am having a hard time tracking down the cause this issue in IE... any help appreciated.
[jQuery] Restrcit user copy the site page article
Hi All , <div> </div><div> </div><div>How to restrict the user copy the article content in the page ,</div><div> </div><div> </div><div>1.I want to disable the copy from the right click menu ,</div><div> </div><div> 2.also want to restrict the user Select all the article and take the copy ,</div><div> </div><div>Any idea for this </div><div> </div><div>Thanks</div>
[jQuery] # of Pixels from the side of an element that the Mouse Cursor is located
Hi there! I'm trying to: 1). Get the number of pixels from the left side of the hovered-element that the mouse cursor is located, and 2). Set *part* of a CSS attribute to this value I've been searching, but I can't find the answer to either of these. Does anyone know if they are possible? I apologize in advance if this is very basic, and I'm being stupid. I would really, really appreciate any guidance anyone could give. Thank you in advance for your help!
[jQuery] re-establish user selection in a div with designmode=true
I have a web app where I have created a div to masquerade at a textarea so I can add highlighting according to so rules. I rely on setting designmode=true. After certain amounts of idle time my code grabs the text from the div, which consists of tags and <span> tags and re-generates the html with new spans. The paragraphs and text stay the same. So far so good. But when the div "repaints" the insertion is set to the beginning of the div. I want it to visually stay put, meaning I need to somehow record
Validate to ensure at lest 1 of 3 fields is completed
Hi All. I'm new to JQuery and I have the following problem: I have 7 fields on a form. Thee of the fields work in a group, meaning that 1 of the 3 must be completed. The 3 fields are text fields. Can anyone point me at an example of how to code the validation? Thanks for any help! daveJ
[jQuery] grid layout plugin?
Hi, I've been on the lookout for a jquery plugin that fits divs together into a nicely fitting layout. For example: http://spacecollective.org/gallery/ more: http://www.corneer.se/nolegacy/?p=528 Does it exist?
[jQuery] code not work when upgraded from 1.2.3 to 1.3.2
Hi, This code has been working in jQuery 1.2.3: var country = jQuery("select[@name='country']").get(0).value; now in jQuery 1.3.2, I got this error: [Exception... "'Syntax error, unrecognized expression: [@name='country']' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] Line 0 Any idea what adjustment needed? Thanks,
[jQuery] Slide show transition using backgrounds and pngs (jquery cycle lite)
I'm attempting to create a mini slide show of rotating image. I'm using jquery cycle lite: http://malsup.com/jquery/cycle/lite/ and pngfix http://jquery.andreaseberhard.de/pngFix/ I've used both before and don't seem to conflict with each other. However, in previous incarnations I was applying the cycle to a set of inline images. This time, I'm attempting to cycle through a set of DIVs using background images. http://tinyurl.com/nrlm7o (See the image in the upper left with the colored border) As
[jQuery] who cann't i make it work?my first jquery aspx page
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Chat.aspx.cs" Inherits="Chat" %> <%@ Import Namespace="OLChatRoom" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>. . . .</title> <link href="~/stylesheet/chatroom.css" type="text/css" rel="stylesheet" /> my .aspx page: </head> <body> <form id="form1" runat="server"> <input id="hiddenID" type="hidden"
[jQuery] How can animate Background at specific intervals with specified range.
Hi all, how to change background position at random or specified range with x, y axis when mouse rolls over. Ex: Background Image height is 200px. When mouse rolls over it will change specified x, y position, like (0, 20), (0,40), (0,60)... thank you
[jQuery] jQuery in OfficeLive
Hello - I have just started learning jQuery and tried to upload a test to my website, hosted free by Microsoft's Office Live, and the jQuery bits don't seem to work. I looked through their community, and only one person has posted about the subject, and they have the same problem. Anyone here have any suggestions? Thanks!
Beginner remove div with jquery
Hello everybody, I'm using the wonderful Galery from Rudolph Finn. I wanted to extend this galery to a small shopping system, where you can select items on a double click on the image. The Galery needs to be implemented in this form: <div id="myImageFlow" class="imageflow"> <img src="picture1.jpg" longdesc="" width="200" height="150" alt="12,00€" id="code1" /> <img src="picture2.jpg" longdesc="" width="200" height="150" alt="5,00€" id="code4" /> <img src="picture3.jpg" longdesc="" width="200"
[jQuery] Recent Edits for jQuery Doing Comet
[jQuery] jQuery (English). jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, ... Click the bellow link to continue…………….. *********************************************************** http://www.s1.webstarts.com/Technicalcommunication/ ************************************************************
[jQuery] How to change Date Format in Jquery Plugin
Hi! Iam using JQuery plugin [DATE PICKER] found from (http:// www.kelvinluck.com/). Its default date format is d/m/Y. Can some one guide me how can I change its format to m/d/Y Thanks in advance
[jQuery] Using jQuery to create self generating forms
Greetings...new jQuery user here...I've been thru a handful of the 'getting started' tutes including the Ben Nadel's hour long intro...great stuff. I haven't been this stoked to learn a new tool is a long time. My particular learning curve is going to focus first on using jQuery to construct the CRUD infrastructure for a web app using .net MVC views. As I step thru the tutorials I'm looking for details on jQuery's capabilities are relates to forms processing and have found a couple interesting examples.
[jQuery] access denied in local xml file IE
I'm trying to make a simple call to a local file (html, js and xml all local). In ff no problems, in ie it does work only served by a web server (but i need to use it as a standalone file). i tried --------------------- $.ajax({ type: "GET", url: "ANAGRAFICA_small.xml", dataType: "xml", success: function(xml) { $(xml).find('A').each(function(){ var id = $(this).find('ID').text(); }); } ----------------------- And i have acces denied on the xhr.open(type, s.url, s.async); call into the jquery js file.
Problem setting up an event for links
Request for help! I want to react to all anchor tags with a particular id pattern: <a href="#" id="link-12323">foo</a> <a href="#" id="link-45454">bar</a> // js-land var LINK_ID_PATTERN="link-"; $(LINK_ID_PATTERN).dblclick(function() {...}); The above doesn't catch it. I tried adding a wildcard too. Any suggestions? Thanks
help with images on an accordion menu
Hi, I have created an accordion menu. It works great. I thought it would be neat to put a down arror on the "current" or "open" menu selection and have the other menu selections have a right error. I have added the image tags as a child of "dt a". But it has not been as easy as I thought. Here is my code: Which works for all menu selections except the first selection. I think if I knew how to say for the current selected menu item put the down arror on me. And put the right arrow on the other menu
[jQuery] repeatly fadein/fadeout an object
Hello, I got following to fadeout, then fadein an class, but how can i keep it repeatly running? $("a.tm_link").fadeOut("slow").fadeIn("slow"); Many thanks/Davis.
[jQuery] Earn $1050 Per Week With Email Processing Jobs
Earn $1050 Per Week With Email Processing Jobs Earn more than $100 Per Day & $1000 Per Week With Email Processing Jobs, Just Work 1-2 Hours A Day. Register Now To Start Earning at http://createfreeweb.googlepages.com/internet-jobs
[jQuery] Even Odd Rows
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD> <BODY> <DIV><FONT size=2 face="Trebuchet MS"><SPAN class=129175423-05062009>I have a li layout which have the even odd class applied to them. Each item in the li has a delete link,click deletes the li but i am left with </SPAN></FONT></DIV> <DIV><FONT size=2 face="Trebuchet MS"><SPAN class=129175423-05062009>li
.get question
I am new to jQuery and trying to test out the google weather api. From what I read, I can do .get to contact an URL and server would response with xml. I know the call back is executed becasue I can see my log in firebug. However, both data and status are undef. Why is that? Shouldn't data has the response from the server? function show_weather (data, status) { console.log("hi"); // do something with the xhttp response } function get_weather () { var url = 'http://www.google.com/ig/api?weather=94303';
[jQuery] jquery .live with a dialog box-can't get dialog to work
I'm currently loading data from a mysql db - if a certain condition is met, a volunteer button is displayed. When the button is clicked I want to display a dialog box, and a php file is called to populate the box. First I initialize the dialog: [code] $(document).ready(function() { $("#chaincrewDialog").dialog({ autoOpen: false }); }); [/code] Here is how I'm calling the dialog box: [code] $('.volunteer').live("click", function(){ // this gets the game number from the
[jQuery] using multiple versions of jquery
okay ! so i have several script on my site... something like fancybox, a mail form that pops up when I click on hyperlink, another jquery script for photo gallery & several others... the problem now is that in order to use this other script it appears like there is a conflict with some of the jquery versions I'm using looks like this > <script type="text/javascript" src="js/interface/shoutbox.js"></ script> <script src="js/jquery.js" type="text/javascript"></script> <script type="text/javascript"
[jQuery] urgent json parsing error!!!! very important
<!-- this is the javascript json parser function --> <script type="text/javascript" src="../jquery-1.2.6.min.js"> </script> <script type="text/javascript"> $(document).ready(function() { $('form#search').bind("submit", function(e) { e.preventDefault(); $('#content').html(''); var query1 = urlencode($('input[name="user_a"]').val ()); //userA var query2 = urlencode($('input [name="user_b"]').val()); //userB $.getJSON('http://twitter.com/friendships/exists.json?
[jQuery] ajax.request equivalent in jquery
Hey all... I am doing a conversion of prototype to jquery and am stuck on a script... I can't figure out how to define certain fields. Here's the prototype call: new Ajax.Request(url, { method:'post', postBody: 'media_id='+media_id, onSuccess: trigger, onComplete: function() { leftPos = Position.positionedOffset($('doc'))[0]; if (window.pageYOffset) ScrollTop = window.pageYOffset; else ScrollTop
AJAX DOM input fields - listeners?
Hi im a little new to javascript. Had a question. What been trying to do is I have a <form> and in this form i have checkbox <input type="checkbox" name="box[]" /> I show 10 at a time. I have a button that says MORE user clicks it and it shows 10 more. I have also a Select All checkbox when user clicks it, it does select all but when I click Delete, box[] only has the first 10. How can i go by fixing this? Does it have something to do with event listening i dont really think i understand how that
click listener also triggers parent click listener...
Hard to sum it up in a subject line but basically, I have a onClick event attached to "div.node" and within that div is a checkbox. When you click the div, the checkbox is toggled as planned. But, when you click the checkbox, it toggles and then toggles back because the parent (div.node) click event also fires... How the hell do you stop this.. I've had this problem for toooo long! Here's my code: $('.node .quotecheck').click(function(){ alert('temporary alert() to delay toggle of checkbox...');
[jQuery] simple(fy) data count
Hi jQuery,<div> </div><div>I have the following:</div><div> </div><div><div>if ( $(".div_count").data("clone_count")==undefined )</div><div>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$(".div_count").data( "clone_count", 1 );</div> <div>}</div><div>else</div><div>{</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$(".div_count").data( "clone_count", $(".div_count").data("clone_count")+1 );</div> <div>}</div><div>var clone_count = $(".div_count").data(
[jQuery] I need a copy of jquery.js file.
Please could anyone send me a copy of jquery.js file with other jquery library scripts. Pls send to t.unamka@yahoo.co.uk
[jQuery] Text Scroller vertical
I am after a simple div scroller that scrolls text up/down within a fix sized div, with two scroll buttons that can be set to hover/click, i have found a load that use it for <li> tags or images and scrolls only up by set ammount, but i wouo d like this for text etc thanks si
[jQuery] Cycle Plugin Questions
Hi all. I am a newbie to jquery as well as the Cycle plug in. I initally have 2 questions. First, can I utilize the prev and next options along with the pager option, so that someone can have both options of clicking prev/next and or click on one of the pagers. And second, can I have a Cycle slide show within another Cycle slide show. The reason for question 2 is that I am a graphic designer and I want to use Cycle to show my portfolio. There are some instances where I would like to give the viewer
[jQuery] Treeview
I'm trying to use the treeview 1.4 with jquery.tabs.pack which comes with jquery.1.1.3.1.pack There appears to be some sort of compatability issue between the 2 versions of code and I can't find a download where the tabs and the treeview are listed in the same place. Below you can see all the file calls which I'm making on my page; <link rel="stylesheet" href="jquery.treeview.css"> <link rel="stylesheet" href="screen.css"> <script src="jquery.js" type="text/javascript"></script> <script src="jquery.cookie.js"
[jQuery] Only 2 Ways To Earn $1000 Per Week
Only 2 Ways To Earn $1000 Per Week Earn More Than $1000 Per Week With Simple Jobs, The amount of money you can earn with this home based job is limitless. Register Now To Start Earning Now at http://createfreeweb.googlepages.com/internet-jobs
HELP: FireFox page reload bug using jQuery for deferred load
Hi all, To enhance user experience on my site, I've moved a few page elements (well, the ads...) to the end of the page (in a hidden div) and when the page is loaded the content of such divs are copied to their appropriate location on the page. This makes the content load much faster and thus not delay the user. So what I did works perfectly with IE/Opera but th FireFox is causes the page to try and reload, which it never succeeds to and so we're stuck with a blank page. So yes, the problem is that
[jQuery] Cycle Plugin and Wordpress not playing nice
http://www.ltdmag.com/hometest/ If you view the above URL the TEST IMAGE at the top is actually a custom field image for 3 blog posts. the HTML seems to be formatted correctly and my cycle plugin also seems to be called and formatted correctly. I have disabled ALL plugins as well, and tested to no avail. Any ideas? Thanks so much for your feedback.
[jQuery] jQuery.post -> PHP script -> redirect
Hi All, I am looking for the solution of this problem: i have a login form. i would like to "shake" the login-form box, if the authentication (PHP+MySQL) failed. i use jQuery.post for posting the values from login form to the PHP- script (used for validation - named "backend.php"). This is the code: <script type="text/javascript"> $(document).ready(function() { $("#submit_butt").click( function() { // configurations for the buzzing effect. Be careful not to make it too annoying! var
[jQuery] drag and drop portlet system based on DotNetNuke
Hi Just wanna show of our portal system based on DotNetNuke <span class="il">jQuery</span> and jQueryUI We took the sortable example and modified it with up down movement animation slide into place smooth animation drag to delete and click to delete restore functionality Inspiration was the <a href="http://bbc.co.uk/" target="_blank">bbc.co.uk</a><div style="display: inline; cursor: pointer; padding-right: 16px; width: 16px; height: 16px;"> </div> site <a href="http://www.2dnn.com/DragnDrop/tabid/128/Default.aspx"
Next Page