[jQuery] Re: Creating a Submit Button in PHP/jQuery/AJAX Autosuggest search

2008-08-29 Thread [EMAIL PROTECTED]
); }); return false; } /script Don't forget the return false :) This is all completely untested -- just a suggestion on a possible way to handle the problem. On Aug 28, 3:36 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am having my first foray into the world of AJAX and Javascript

[jQuery] Re: problem with ajax request: request is not being sent

2008-08-29 Thread [EMAIL PROTECTED]
Can't anyone help me

[jQuery] Re: Basic Help please - Only returning 1 value

2008-08-29 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: Thanks - I've changed the Query to: $query = SELECT `LotNo`, `A`, `Description` FROM batemans WHERE `SaleNo` LIKE $SaleNo AND `LotNo` LIKE '%$q%' ORDER BY LotNo ASC; but it still only shows one value in the drop-down. The output of the query can be seen

[jQuery] Re: Sleep or delay in JQuery

2008-08-29 Thread [EMAIL PROTECTED]
28, 5:55 am, Ronn [EMAIL PROTECTED] wrote: Hello all, I'm new to JQuery and I'm looking for a Sleep or Delay function. I have two animations and I want one to not start until the other has finished. Any Ideas? Thanks in advance

[jQuery] Travel a Table filtered by checked Checkboxes

2008-08-28 Thread [EMAIL PROTECTED]
Hi folks, I have a problem, with the following scenario. Given is a Table like the following table thead.../thead tbody tr tdinput type=checkbox/tdtdReferenceNumber/td ...more tds /tr /tbody /table A Submit Button is calling a function that should check the table for checked checkboxes

[jQuery] problem with ajax request: request is not being sent

2008-08-28 Thread [EMAIL PROTECTED]
Hi, I am using jQuery and Web2Messenger to create a live support script, since this is my first attempt at using jQuery i am not surprised i need help. I got as far as sending the request but using tamperdata (firefox plugin) i checked if the request was going through and it wasnt. [code]

[jQuery] Re: Basic Help please - Only returning 1 value

2008-08-28 Thread [EMAIL PROTECTED]
Try using a mysql wildcard (%) in your query. Something about like this: $query = SELECT `LotNo`, `A`, `Description` FROM batemans WHERE `SaleNo` LIKE $SaleNo% ORDER BY LotNo ASC; That should return 200, 21, or 2 for an entry or 2 for SaleNo. On Aug 28, 1:18 pm, Mattl [EMAIL PROTECTED] wrote

[jQuery] Re: Email Validation

2008-08-28 Thread [EMAIL PROTECTED]
Seems a simple regular expression test would work. I've used it for form validation in the past. Something like this: emailList = [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]; emailArray = emailList.split(,) $.each(emailArray, function(index, item){ item = item.replace(/^\s

[jQuery] Creating a Submit Button in PHP/jQuery/AJAX Autosuggest search

2008-08-28 Thread [EMAIL PROTECTED]
Hi, I am having my first foray into the world of AJAX and Javascript and have created an Autosuggest search page. However, I want to have a submit button that will list all database entreies that match the search query and I can't work out what the best way to do this! Would it be using a input

[jQuery] Creating a Submit Button in PHP/jQuery/AJAX Autosuggest search

2008-08-28 Thread [EMAIL PROTECTED]
Hi, I am having my first foray into the world of AJAX and Javascript and have created an Autosuggest search page. However, I want to have a submit button that will list all database entreies that match the search query and I can't work out what the best way to do this! Would it be using a input

[jQuery] Re: Help with :not

2008-08-28 Thread [EMAIL PROTECTED]
This should work: $(h2.drawer-handle:not(#rides-button)).click(function(){ // your click handler here }); On Aug 28, 2:24 pm, René [EMAIL PROTECTED] wrote: Here's some markup:       h2 class=drawer-handledivSaved/div/h2       h2 class=drawer-handle id=rides-buttondivRides/div/ h2

[jQuery] Re: Wrap tagless text fragments?

2008-08-28 Thread [EMAIL PROTECTED]
This thread mentions a plugin that you might find useful. Perhaps it could be adapted to what you need: http://groups.google.com/group/jquery-en/browse_thread/thread/c16b9095538c3344 On Aug 28, 12:30 pm, Steven Black [EMAIL PROTECTED] wrote: I develop and host wikis where users enter free

[jQuery] Re: Wrap tagless text fragments?

2008-08-28 Thread [EMAIL PROTECTED]
Also found this technique, which does a decent job of returning orphaned text, and could probably be adapted to your needs: newObj = $('.container'); newObj.children().remove(); newObj.text(); // returns orphaned text node. On Aug 28, 12:30 pm, Steven Black [EMAIL PROTECTED] wrote: I develop

[jQuery] Re: slideToggle not working correclty in i.e.

2008-08-27 Thread [EMAIL PROTECTED]
On 26 Aug., 17:00, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi guys, I'm very confused because i had a solution working properly on both browsers ( firefox3. i.e.6/7). But suddenly its not working anylonger and i dont see why. I have some widgets in my page which can be toggled

[jQuery] IE and safari bug with jquery.each and $.ajax

2008-08-27 Thread [EMAIL PROTECTED]
I think I've found a bug in jquery in IE7 and safari, seems fine in FF3. Try running this code in IE7. The alerted index comes out randomly incremented. $(function() { var dataItem = $('li'); $(dataItem).each(function(i,item){ $.ajax({ url:

[jQuery] Re: Doc's site down?

2008-08-27 Thread [EMAIL PROTECTED]
being slow and/or inaccessible is a potential barrier of acceptance to new developers looking at one of the many JS libraries out there. I know that if I were looking I'd probably move on. With my site rant being said, I love jQuery! On Aug 25, 11:01 am, Rey Bango [EMAIL PROTECTED] wrote

[jQuery] script Selector?

2008-08-26 Thread [EMAIL PROTECTED]
Hi everybody, I want to make a script to search in a page for script src='http://* elements on a page for a site full of malicious scripts (added through a bug in the input form of the news system of a restricted area...), so I can make the script remove them on a page load (yeah, why not fix

[jQuery] slideToggle not working correclty in i.e.

2008-08-26 Thread [EMAIL PROTECTED]
Hi guys, I'm very confused because i had a solution working properly on both browsers ( firefox3. i.e.6/7). But suddenly its not working anylonger and i dont see why. I have some widgets in my page which can be toggled.. this is the html code for one of these widgets div

[jQuery] Re: script Selector?

2008-08-26 Thread [EMAIL PROTECTED]
I tried that and didnt work. Also, what you said put me down, heh. Thanks for the help! I will try to do some server side script then. On Aug 26, 11:53 am, Mike Alsup [EMAIL PROTECTED] wrote: I want to make a script to search in a page for script src='http://* elements on a page for a site

[jQuery] Re: [TreeView] - How to collapse/expand with a link?

2008-08-25 Thread [EMAIL PROTECTED]
On Aug 19, 2:24 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi Victor, the treecontrol feature doesn't provide lots of flexibility, and so far that worked well enough. I'm avoiding adding more features to it as long as possible. In this case, have you tried adding the necessary additional links

[jQuery] Re: jQuery countdown

2008-08-25 Thread [EMAIL PROTECTED]
Nice it works great. Thx for you help! On 24 aug, 13:56, Sarbesh [EMAIL PROTECTED] wrote: instead of div you can use span Je mag weer spelen over span class=countdown secs={$error}/ span!

[jQuery] Re: combining clearing default value with validate plugin

2008-08-25 Thread [EMAIL PROTECTED]
I created a plugin for assigning default values to form fields and it has the same functionality you are looking for. Check it out: http://www.jason-palmer.com/2008/08/jquery-plugin-form-field-default-value/ On Jul 24, 5:30 pm, Janine [EMAIL PROTECTED] wrote: I am quite new to jquery

[jQuery] jQuery countdown

2008-08-24 Thread [EMAIL PROTECTED]
Hello, I am unsing the pluging http://plugins.jquery.com/project/countdown but when i include it into my site he adds enter above and after the div. This is how i use it: Je mag weer spelen over div class=countdown secs={$error}/div! With this result: Je mag weer spelen over 00:24 ! How can

[jQuery] Synching wih Flash External Interface

2008-08-22 Thread [EMAIL PROTECTED]
Hi all, new here, new to JS completely in fact! I have a client that uses jquery to produce a site with nice tables that they'd like interacting with a flash app on the same page. Basically the flash app is a graph with labels - when the labels are clicked in flash the relevant entry in the

[jQuery] How to set background image when file name contains a space?

2008-08-21 Thread [EMAIL PROTECTED]
Hi, I have an image with path '/documentengine/user/xhuntertest/ Uploaded_Documents/Toad Getting Started Guide1_thumb.jpg'. When I try and set this as the background of my DIV using $('#frontside').css('backgroundImage','url(' + img +')'); where img contains the offending name,

[jQuery] Re: How to set background image when file name contains a space?

2008-08-21 Thread [EMAIL PROTECTED]
I agree, but sadly the file naming situation is beyond my control. I'm forced to work with these poorly named files. - Dave On Aug 21, 1:10 pm, Andy Matthews [EMAIL PROTECTED] wrote: Spaces in file names for web apps are asking for trouble. Any way of getting around having the spaces

[jQuery] Re: How to set background image when file name contains a space?

2008-08-21 Thread [EMAIL PROTECTED]
What is the right way to URL Encode in JQuery, or Javascript for that matter? - Dave On Aug 21, 1:20 pm, aquaone [EMAIL PROTECTED] wrote: You'll need to urlencode it then. Spaces are usually replaced with %20. stephen On Thu, Aug 21, 2008 at 12:15 PM, [EMAIL PROTECTED] [EMAIL PROTECTED

[jQuery] Re: How to set background image when file name contains a space?

2008-08-21 Thread [EMAIL PROTECTED]
This is the winning answer. Thanks, - On Aug 21, 1:08 pm, Kit La Touche [EMAIL PROTECTED] wrote: You need quotes if the URL has a space in it.  Try: $('#frontside').css('backgroundImage','url(' + img+')'); --Kit On Thu, Aug 21, 2008 at 1:03 PM, [EMAIL PROTECTED] [EMAIL PROTECTED

[jQuery] missing url parameters

2008-08-20 Thread [EMAIL PROTECTED]
please try this just with IE: 1. go to http://ajax.rahnemaco.com/2/index.php?language=en 2. click on a category or a product's detail 3. you'll see that the parameters in url will disappear! so it doesn't work correctly! I'm using both of History and Livequery plugins Who knows why is that?

[jQuery] Getting a fragment of ajax html and writing to the page

2008-08-20 Thread [EMAIL PROTECTED]
Hi, can anyone tell me how I can get part of a web page downloaded with $.get()? I thought it would be easy but ohhh no :( Here's a snippet: $([EMAIL PROTECTED]).click(function() { $.get($(this).attr(href), function(popUpData) { var popupContent

[jQuery] [TreeView] - How to collapse/expand with a link?

2008-08-19 Thread [EMAIL PROTECTED]
I have a UL list which i apply the treeview plugin. So far so good. The treeview control works like it should, but I need to be able to assign a link to collapse the tree. Any link without being inside a treecontrol div. The treecontrol assigns actions according to order of appearing links.

[jQuery] JQuery form plugin not uploading files

2008-08-19 Thread [EMAIL PROTECTED]
Hello, this may be a stupid question, but im trying to make an upload from a form with the form plugin (excelent btw), the form data is sent to a DB through a php script. Here is the form: form action=upload_contrib.php method=post enctype=multipart/ form-data id=form_contribs

[jQuery] Re: eval to register jquery selector

2008-08-19 Thread [EMAIL PROTECTED]
On 19 Aug., 01:42, Michael Geary [EMAIL PROTECTED] wrote: Both your posts made it through. Sometimes there is a delay in posting them - I've seen it with my own messages too. You left out the definition of repShowIdH2. I assume it is another array that contains the IDs that you want to call

[jQuery] Re: livequery + problems in ie

2008-08-18 Thread [EMAIL PROTECTED]
I forgot to say that i'm using history plugin too! maybe the problem is it! I'm waiting here! any body knows?! Please...

[jQuery] Re: livequery + problems in ie

2008-08-18 Thread [EMAIL PROTECTED]
any body knows the solution?! On Aug 17, 8:17 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm using liveQuery to load my pages and save them into history the whole code that i have written is available inhttp://ajax.rahnemaco.com/2/includes/javascript/rm.js but a plank of code

[jQuery] Re: eval to register jquery selector

2008-08-18 Thread [EMAIL PROTECTED]
Hello Mike, thanks for replying. I have to my code for this problem, this will make things come put clearer. repSelectorH2 = new Array(divname1, divnamearbitrary, divtwo); function shortenToggle(jSelector,Selector,showId){ if (Selector.length != showId.length) {

[jQuery] IE Bug in fadeIn

2008-08-18 Thread [EMAIL PROTECTED]
Hi! I found a strange, strange bug in IE6: aux=somevalues.split('='); // divid=value, i,e, value1=abc (no quotes) $(#+aux[0]).text(aux[1]).fadeIn(); // Gives the Error Object doesn't support this property or method Now cames the oddity: var a=abc; $(#+aux[0]).text(a).fadeIn(); or

[jQuery] Re: Help with trigger() problem

2008-08-18 Thread [EMAIL PROTECTED]
anyone?? please help! :(

[jQuery] missing ] after element list

2008-07-25 Thread [EMAIL PROTECTED]
Hi everyone, I'm pretty new to Javascript and Jquery. Despite my ignorance about Javascript basics, Jquery lets me do useful stuff. I've created a join statement and get a missing ] after element list error in Firefox for PC. I also have a setTimeout statement to prevent unresponsive script

[jQuery] Back/Forward

2008-07-22 Thread [EMAIL PROTECTED]
hi all I want to use jQuery for a lots of my eShop as ajax . But the most important my problem is using Back and Forward button with clients! is there a plugin to handling back/forward button?! I want to know that have jQuery any solution for this?! ( I think dojo technology have and I want

[jQuery] keyup change together dont work for me

2008-07-22 Thread [EMAIL PROTECTED]
hi everyone, my name is Joaquín. I can't find the solution to my problem. i have two events (keyup and change) on a input:text my code is: $(#some_id) .bind('keyup', function() { $(this).val(formatContent($(this).val())); } ) .bind('change', function() {

[jQuery] Possible to cancel an AJAX request?

2008-07-22 Thread [EMAIL PROTECTED]
Hi, Is it possible to cancel an AJAX request once the wheel has been set in motion? Below is my call var response = $.ajax({ type: GET, url: 'get_file_manager_preview.php', data: 'f=' + p_file,

[jQuery] Minifying

2008-07-20 Thread [EMAIL PROTECTED]
I was curious what the jQuery guys use to minify their files? I saw there are two big ones out there, JSMin and YUI Compressor and was just curious which jQuery uses and if there are any special settings they use. Thanks in advance!

[jQuery] Re: How do I write a JQuery expression for this?

2008-07-20 Thread [EMAIL PROTECTED]
Thanks, - Dave On Jul 20, 7:03 pm, Samuel Vogel [EMAIL PROTECTED] wrote: We can't really help you with the information you provided. How is the PDF placed in the td? You could also just toss an exerpt of your markup at us. That'd be fine... Regards, Samy 2008/7/21 [EMAIL PROTECTED] [EMAIL

[jQuery] How do I write a JQuery expression for this?

2008-07-20 Thread [EMAIL PROTECTED]
Within a span with class TreeView, there is a table. Within the table, there are TD's. I want to select the TD's whose content ends in .pdf. How would I go about writing an expression to, say, apply a class to only those nodes? Thanks for your help, - Dave

[jQuery] Fall back to IFRAMEs with jQuery

2008-07-16 Thread [EMAIL PROTECTED]
Hi All, I know this is a question which is really old news, but we have a site where some of our users have centralized security settings, and their ActiveX has been switched off and of course they can not use IE7. they are proud IE6 users. I have had a look at plenty of old libraries that

[jQuery] Google analytics exception

2008-07-16 Thread [EMAIL PROTECTED]
I'm aware this is a common error, but has anybody found a solution yet? The error with ga.js is as follows: Error: uncaught exception: [Exception... Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMScreen.width] nsresult: 0x80004005 (NS_ERROR_FAILURE) location: JS frame ::

[jQuery] Is there a plugin to zoom in/out an image

2008-07-16 Thread [EMAIL PROTECTED]
Just like those on many on-line shopping stores, is there a jQuery plugin that we can use to zoom in/out an image? :-) or which approach should I take to make such applications? many thanks.. lihao

[jQuery] jQuery plugin documentation and jsdoc-toolkit

2008-07-15 Thread [EMAIL PROTECTED]
Hi, I have searched the forum but could not find really info on the following question. I have written all my custom.js files and my own plugins using jsDoc documentation tags. It works well with my custom js files. but I does not work at all with jQuery plugins. as no Global variables or

[jQuery] Re: livequery with hoverIntent

2008-07-14 Thread [EMAIL PROTECTED]
I have the same problem, I assume it has to be registered with the livequery plugin somehow since it is not a normal jquery method? But I dont know... On 27 Juni, 18:24, Gerbrand [EMAIL PROTECTED] wrote: Hello, I'm having the similar problem. When I try to use thehoverIntentwithin

[jQuery] Re: Dynamic changing jCarousel data source

2008-07-14 Thread [EMAIL PROTECTED]
Woow... it should be done.!! it looks great! wish have jquery version...!! ^^,! yay! On Jul 14, 7:14 am, Marius Bucur [EMAIL PROTECTED] wrote: I need to do something lkie this:http://billwscott.com/carousel/carousel_ajax_search.html Is it possible?

[jQuery] Re: Validate Plugin

2008-07-13 Thread [EMAIL PROTECTED]
Never Mind. I took the .next() out of this line. error.appendTo( element.parent().next() ); On Jul 12, 5:47 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All, I just started working with the validate plug in and I am having a interesting problem. I am validating input text tag

[jQuery] Re: slideToggle flickering in Firefox (jQuery version 1.2.6)

2008-07-13 Thread [EMAIL PROTECTED]
for me in both Firefox 2 and 3. Corroboration from anyone? /Richard Simões On Jul 13, 4:08 am, Isaak Malik [EMAIL PROTECTED] wrote: This might be caused by one of your extensions, I'm using Firefox 3 and I do not have the flickering issue you're mentioning. Try to run your demo page

[jQuery] Validate Plugin

2008-07-12 Thread [EMAIL PROTECTED]
Hi All, I just started working with the validate plug in and I am having a interesting problem. I am validating input text tag that is the second column in a four column table. The error message is being displayed in the third column. The txtCC2 is the problem at this point. Here is my code.

[jQuery] Re: slideToggle flickering in Firefox (jQuery version 1.2.6)

2008-07-12 Thread [EMAIL PROTECTED]
, BipedalShark [EMAIL PROTECTED] wrote: I put together a slideToggle example for myself athttp://www.richardsimoes.com/slidetoggle.html. One thing I noticed is that if one expands a question, scrolls all the way day, and then collapses the same question (use the Minimize Section link

[jQuery] Cycle plugin doesn't handle time properly?

2008-07-09 Thread [EMAIL PROTECTED]
I have a problem with the otherwise nice cycle plugin (http:// malsup.com/jquery/cycle/) where the initial slide is shown for a little bit longer than desired (2-3 seconds too long - 17-18 seconds instead of 15) while the other slides are shown a lot less than desired (app. 4 seconds instead of

[jQuery] Re: Cycle plugin doesn't handle time properly?

2008-07-09 Thread [EMAIL PROTECTED]
Thanx a lot Mike! Maybe I should have worn glasses when I read the documentation... /kim On Jul 9, 5:01 pm, Mike Alsup [EMAIL PROTECTED] wrote: I have a problem with the otherwise nice cycle plugin (http:// malsup.com/jquery/cycle/) where the initial slide is shown for a little bit longer

[jQuery] Re: Star Rating Plugin

2008-07-09 Thread [EMAIL PROTECTED]
Hi Diego and thanks for this plugin, I've used your script in a plugin for a cms called SPIP (spip.net). Everythings work nice but i've got only one little bug when the rating form is submitted by ajax. In this case the hover class of the star isn't disapplied whith the mouseout event (line 162

[jQuery] caching AJAX data?

2008-07-08 Thread [EMAIL PROTECTED]
Hi folks, I have a page with a photo and comments on it. I load the replies to the comments for this photo via an AJAX request like so (I also use LiveQuery): JavaScript: /* Show Replies button action. */ $(.show_replies).livequery('click', function() { var photo_id_val =

[jQuery] Re: returning a string of html in a matched tag

2008-07-08 Thread [EMAIL PROTECTED]
On Jul 7, 6:56 pm, Michael Geary [EMAIL PROTECTED] wrote: I've used the equivalent of $(summary voters a).html() for this, but I wonder if it's really correct and works in all browsers or not? It uses innerHTML. I just tried this and got undefined return value. The docs on the html function

[jQuery] Re: caching AJAX data?

2008-07-08 Thread [EMAIL PROTECTED]
What I ended up doing was setting a variable and testing for it. If it's set, then I just toggle the display instead of grabbing the data via AJAX. On Jul 8, 1:19 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi folks, I have a page with a photo and comments on it.  I load the replies

[jQuery] returning a string of html in a matched tag

2008-07-07 Thread [EMAIL PROTECTED]
Hello, I have some xml that looks like this: result summary voters a href=user1user1/a, a href=user2user2/a /voters /summary /result I would like to have a selector that just returned the string: a href=user1user1/a, a href=user2user2/a but can't seem to get it.

[jQuery] cycle plugin: last click launches URL?

2008-07-07 Thread [EMAIL PROTECTED]
Hi there, I have just made a very simple slideshow with the fantastic Cycle plugin. I have 5 images, and each time you click an image, it fades out and advances to the next one. What I want to happen is that when you click on the last one, it launches a URL. I can get the slideshow to stop when

[jQuery] jQuery events don't work after AJAX load

2008-07-07 Thread [EMAIL PROTECTED]
Hi folks, I have a page with a photo on it. I load the comments for this photo via an ajax request: var item_id_val = $(#item_id).val(); $.post(/show_comments, item_id: item_id_val }, function(data) { /* Update the comment_section div. */ $(#comment_section).html(data); }); That

[jQuery] Re: cycle plugin: last click launches URL?

2008-07-07 Thread [EMAIL PROTECTED]
On Jul 8, 1:39 pm, Mike Alsup [EMAIL PROTECTED] wrote: Hi there, I have just made a very simple slideshow with the fantastic Cycle plugin. I have 5 images, and each time you click an image, it fades out and advances to the next one. What I want to happen is that when you click

[jQuery] Re: cycle plugin: last click launches URL?

2008-07-07 Thread [EMAIL PROTECTED]
On Jul 8, 1:39 pm, Mike Alsup [EMAIL PROTECTED] wrote: Hi there, I have just made a very simple slideshow with the fantastic Cycle plugin. I have 5 images, and each time you click an image, it fades out and advances to the next one. What I want to happen is that when you click

[jQuery] Re: Help finding this script

2008-07-04 Thread [EMAIL PROTECTED]
, Kevin Pepperman [EMAIL PROTECTED] wrote: The effects on this page are done with Adobe Flash. I am not sure how you would do that with jQuery. But I will bet it could be done to some extent. On Fri, Jul 4, 2008 at 2:32 PM, Pedro Correia [EMAIL PROTECTED] wrote: Greetings! I'm trying

[jQuery] Re: zebra striping + flashing/blinking effect?

2008-07-01 Thread [EMAIL PROTECTED]
A zebra stripe doesn't need any Javascript given IE7, either. The tr:hover bit is accepted by the browser if your doctype is set to strict mode. On Jun 30, 10:15 pm, sketchy [EMAIL PROTECTED] wrote: I recently got acquainted with jquery and implemented this tutorial on zebra striping to my

[jQuery] Re: Search for a div tag

2008-06-30 Thread [EMAIL PROTECTED]
this pattern. div style='width:143px;height:125px;overflow:scroll' On Jun 27, 7:54 pm, Glen Lipka [EMAIL PROTECTED] wrote: Do these elements have a class or are they random elements that are 143px wide? Glen On Fri, Jun 27, 2008 at 8:10 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

[jQuery] Re: Search for a div tag

2008-06-30 Thread [EMAIL PROTECTED]
Not sure if this went through the first time, but we're trying to update an dynamically generated multiple select box in sharepoint. Here's the pattern we're trying to match. div style='width:143px;height:125px;overflow:scroll' On Jun 27, 7:54 pm, Glen Lipka [EMAIL PROTECTED] wrote: Do

[jQuery] Position a hidden DIV under a menu item

2008-06-29 Thread [EMAIL PROTECTED]
Hello, I have an existing single-row table driven menu bar that I am looking to add a drop-down menu to. Below is the code I am trying to use. I have gone through many iterations but I seem to always get the same error: $('#appMenuDropDown').style has no properties Can someone please take a

[jQuery] positioning a slidedown div under an existing menu

2008-06-28 Thread [EMAIL PROTECTED]
Hello! Sorry for the what I assume is an easy question but I am stuck. What I'm working with is an existing single row table-driven top nav bar and what I need to do is add a sub menu under one of the menu items (which is the third table cell in if that helps). My thought was to just create a

[jQuery] jCarousel problem with IE6: CSS not applied correctly scroll not activating

2008-06-27 Thread [EMAIL PROTECTED]
Hi, i've set up a jcarousel here: http://www.q2arabia.com/index.php/events The page doesn't seem to be working in IE6, but it does work in IE7 / Firefox / Safari / Opera. Two things are not working: 1. The scrolling doesn't seem to be working 2. The css for hiding the overflow doesn't seem to

[jQuery] [autocomplete] Adding data via external function

2008-06-27 Thread [EMAIL PROTECTED]
Jorn, great work on autocomplete. One thing I'd like to see is the ability to pull the data from a function (instead of a static array or url). The function could return the array instead, however it wanted to go get the data. Imagine: autocomplete: function(urlOrDataOrFunction, options)

[jQuery] Show() and Hide() with effects attached question

2008-06-27 Thread [EMAIL PROTECTED]
Hello everyone, I have a very weird problem that I am seeing with JQuery. If I have div which contains script tag, when I call show() with an effect like clip. It executes the script inside the div. This is an undesired effect for me. Is it normal?

[jQuery] Search for a div tag

2008-06-27 Thread [EMAIL PROTECTED]
Greetings, I am new to JQuery and looking into this. We are trying to find a way to create a client side javascript that looks for a pattern on the page and changes the size of a div tag. For example the specific div tag is generated by Sharepoint at 143pixles. We want to have JQuery alter any

[jQuery] Re: submitting a form by pressing enter

2008-06-26 Thread [EMAIL PROTECTED]
, tlob [EMAIL PROTECTED] wrote: A page is read without css? Hmmm I think that is really really really rare Even more rare than a browser without js turned on. Thats only really really rare ;-) Or what do you mean? instead of moving it away, why not css display:none;? Does this brake

[jQuery] how to popup a login box without leaving the current page?

2008-06-25 Thread [EMAIL PROTECTED]
Hi folks, I was wondering if there's an easy way or plugin to do the following (popping up a login box without leaving the current page. For example: If you go to http://www.moli.com/p/register (don't register), on the right hand side there's a big link that says Already a member? Login here.

[jQuery] Revisiting a page

2008-06-25 Thread [EMAIL PROTECTED]
This is noob type question but.. I have some code which runs some intialise function. I should only run once as it creates a load of listners. So I am using document.ready. The question is if some revisits the page using buttons or the reload button will that code be run again. In other words

[jQuery] Re: how to popup a login box without leaving the current page?

2008-06-25 Thread [EMAIL PROTECTED]
thanks! On Jun 25, 4:03 am, Richard D. Worth [EMAIL PROTECTED] wrote: Here are some to check out: search for 'modal' on plugins.jquery.com:http://plugins.jquery.com/search/node/modal+type%3Aproject_project 'Windows Overlays' category on plugins.jquery.com:http://plugins.jquery.com

[jQuery] submitting a form by pressing enter

2008-06-25 Thread [EMAIL PROTECTED]
Hi, I have a form, with id=myForm, with a number of text fields (input with type=text). How do I cause a form submission by pressing enter in any of those form fields? Thanks, - Dave

[jQuery] DOM changes persist after page reload in FF?

2008-06-24 Thread [EMAIL PROTECTED]
Hi, First off, the caveat, I'm a noob. However, I have a small piece of code that is causing some odd behaviour in FF 2 and 3 but not in other browsers (IE6 7, Safari 3 are the ones I've tested). The code inspects a text input and on each keyup issues an ajax request. The target PHP file

[jQuery] javascript syntax question

2008-06-24 Thread [EMAIL PROTECTED]
i was looking for an explanation for some of the syntax that jquery uses but i couldn't find it anywhere (or it seems to be). Anyways the syntax that i was looking for is as follows: (function(){.})(); I am assuming that it is a javascript syntax but i don't know what it is called. Also If

[jQuery] Problem with Selecting Multiple Elements

2008-06-23 Thread [EMAIL PROTECTED]
of them, using code like this: $([EMAIL PROTECTED]).tooltip(); The issue here is that I would like to set some options in the tooltip, so that the tooltip displays text from the target of the link. I need to somehow be able to access the href of the link that I'm applying the tooltip to. I

[jQuery] Re: idiot requests SIMPLE ajax explanation!

2008-06-22 Thread [EMAIL PROTECTED]
/Tutorials#Ajax [2]http://www.sitepoint.com/article/ajax-jquery ~Pyro On Jun 16, 10:12 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm embarrassed. I used to cheerfully mix PHP with Javascript, but now I don't understand the terminology! I see the advantages of 'asynchronous' data exchange

[jQuery] kudos to Mike Malsup for his cycle plugin

2008-06-20 Thread [EMAIL PROTECTED]
Just wanted to send a word of thanks for Mike Malsup for his cycle plugin. I just completed a project with a same-day deadline, and it would have been a static, boring page without the cycle plugin. One line of javascript, and I had a beautiful fading slideshow. Here it is:

[jQuery] Checkboxes, difference in browsers

2008-06-19 Thread [EMAIL PROTECTED]
Hello. I have this JQuery code which works absolutely fine in Firefox: if ($(#createNewAccount).is(:checked)){ // do stuff } The variable 'createNewAccount' is defined as follows: input type=checkbox name=createNewAccount id=createNewAccount But this simply will not work in IE. What am

[jQuery] JQuery variables

2008-06-19 Thread [EMAIL PROTECTED]
Hi all. I've done some searching, but being new to this am struggling to find what I'm after even though I'm sure the answer is simple. I'm in at the deep end working with a webapp that uses JQuery, I presume with various plugins for form validation. I have some code as follows:

[jQuery] idiot requests SIMPLE ajax explanation!

2008-06-16 Thread [EMAIL PROTECTED]
I'm embarrassed. I used to cheerfully mix PHP with Javascript, but now I don't understand the terminology! I see the advantages of 'asynchronous' data exchange and I would like some of that but I can't for the life of me understand what to do!! Does anybody know where to find a REALLY

[jQuery] Font-Size in IE 7 and 6 Bug - Size zooms to 960px

2008-06-16 Thread [EMAIL PROTECTED]
I have a font size switcher that changes the font size. Works great with all browsers except IE 7 and 6. In IE, when you click the larger link, the font size of the div in question balloons to 960px. Has anyone else experienced this? Where do I learn how IE declares the font-size? Any help

[jQuery] Form Validation Plugin Required Dependency Expression Help

2008-06-13 Thread [EMAIL PROTECTED]
Hey everyone, I was wondering how to go about structuring validation code for my situation: I have 3 fields - all input fields I need to do the following: Check all values of the input fields and make sure at least one of the 3 fields are filled out (2 url's and 1 input type=file) I did find

[jQuery] Re: slider doesn't update on click, only drag

2008-06-13 Thread [EMAIL PROTECTED]
Thanks, I'll test this out. The UI mail list was unresponsive, so I reposted here. Forking the mailing lists is probably a bad idea. There is a big network effect here. Ivan On Jun 13, 12:26 pm, Kyle [EMAIL PROTECTED] wrote: A few things. I'm a novice with the slider (started using

[jQuery] slider doesn't update on click, only drag

2008-06-12 Thread [EMAIL PROTECTED]
Hi, I'm playing with the slider: http://docs.jquery.com/UI/Slider I set the callback to fill in the value of the sliderVal div: $(document).ready(function(){ $(#mySlider).slider( { min: 1, max: 720, steps: 720, slide:function(e, ui){document.getElementById(sliderVal).innerHTML =

[jQuery] Question: select/option to open a new webpage, howto?

2008-06-11 Thread [EMAIL PROTECTED]
Hi, folks: I am trying to use select/option to open a new window and whenever I click an item from the selection dropdown list... for example, the following sample: select name=test option value=/link/to/v1value-1/option option value=/link/to/v2value-2/option option

[jQuery] Advice on link usage (functions, livequery?)

2008-06-11 Thread [EMAIL PROTECTED]
Hi, I'm not very good with javascript, but here goes! Title might be somewhat weird... I'm building a map like thing and need some advice on how the links to cities - mainly how to navigate the map - should be. I'm currently just assigning the link via an ID like this; a id=berlin

[jQuery] Re: Question: select/option to open a new webpage, howto?

2008-06-11 Thread [EMAIL PROTECTED]
Never mind, I've found the solution window.open($(this).val()); lihao On Jun 11, 1:35 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, folks: I am trying to use select/option to open a new window and whenever I click an item from the selection dropdown list... for example

[jQuery] Re: Question: select/option to open a new webpage, howto?

2008-06-11 Thread [EMAIL PROTECTED]
Hi, Ariel: Thank you very much for your response.. the website was a little delay in my office PC, so I did not find your post earlier:-) :-) lihao On Jun 11, 5:46 pm, Ariel Flesler [EMAIL PROTECTED] wrote: $('select[name=test]').change(function(){ window.open( this.value ); }); http

[jQuery] Odd JQuery behavior in FF

2008-06-09 Thread [EMAIL PROTECTED]
I'm experiencing a very minor, but increasingly irritating problem with JQuery used in a custom block in a drupal implementation. I'm using an ajax call to a php script to change the content of the block every 10 seconds or so (called from w/in a setInterval). I use fadeIn/ fadeOut to make it all

[jQuery] dragging multiple draggables with one handler

2008-06-07 Thread [EMAIL PROTECTED]
Hi, I was wondering if someone knows or was succesfully able to drag multiple draggable objects with one handler or mouse motion. I've tried creating an array with draggables pointing to the same handler but that did not seam to work. Any ideas? Thank in advance, Jakub

[jQuery] Re: jCarousel - Couple of 'External Controls' questions

2008-06-07 Thread [EMAIL PROTECTED]
Pity bump for help. On May 28, 9:43 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi there, I've set up an example page here:http://www.sockandpow.com/Q2/media.html My questions are as follows: 1. Is there a way to customize how jcarousel references the external controls? i.e: I'd

<    1   2   3   4   5   6   7   8   9   10   >