[jQuery] Google Maps, JQuery and KML file need Help
Hi, I'm new to Google Map API and also with JQuery Javascript framework. I really need help in building this project that uses Google Map, JQuery and a KML file. To give you an Idea of what I'm planning to build. This is an image preview of my interface (http://pennfolio.com/ GoogleMap/ui-preview.jpg). I am currently stuck with this code, http://pennfolio.com/GoogleMap/index.html. (I can't figure out how to pull data from the kml file, like I would like to get the image and put it in a div.) I want
[jQuery] answer group
Find answer for any question here http://radiowiki.teknusi.org/cheap-flight-256
[jQuery] answer group
Find answer for any question here http://radiowiki.teknusi.org/cheap-flight-256
[jQuery] Auto Selecting Navigation
Hello all, and thanks for making this available. I am trying to add a class to my menu for the page it is currently on. I followed this example: http://docs.jquery.com/Tutorials:Auto-Selecting_Navigation But I am not able to make it work at all. Here is my HTML: ------------------------------------------------------------ <ul id="mainNav"> <li><a href="/product"><span>Product</span></a></li> <li><a href="/blog"><span>News & Events</span></a></li> <li><a href="/support"><span>Support</span></a></li>
Auto Selecting Navigation
Hello all, and thanks for making this forum available. I am trying to add a class to my menu for the page it is currently on. I followed this example: http://docs.jquery.com/Tutorials:Auto-S ... Navigation But I am not able to make it work at all. Here is my HTML: <ul id="mainNav"> <li><a href="/product"><span>Product</span></a></li> <li><a href="/blog"><span>News & Events</span></a></li> <li><a href="/support"><span>Support</span></a></li> <li><a href="/locator"><span>Dealer
resizing a table using ui.resizable
hi all, i am relatively new to jQuery. but found out from the site that it actually features alot of interesting features for all to use and share. i required to make a table with multiple rows and about hundred columns is able to resize. i have read a few example of the resizable function. eg. http://www.nabble.com/Resize-%22creep%2 ... 27240.html http://planetcakephp.org/aggregator/ite ... -resizable i tried the below example: http://markmail.org/message/2vr2lqtxdue ... te:results however it doesnt
[jQuery] Remove subscrition
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:0 0 0 0 0 0 0 0 0 0;} @font-face
[jQuery] jquery authendicated post request..
$.post('http://'+$('#tUsername').attr("value")+':'+$('#tPassword').attr ("value")+'@'+'twitter.com/statuses/update.xml',{status:$ ('#tMessage').attr("value")}); why this code when activated doesn't make a post request to the twitter ?
[jQuery] open link from left column in right column
Hello, I have been searching Google with something like the title to this post for awhile and can't seem to find what I am sure is obvious somewhere... I have seen, such as on the Apple iTunes support page, here... http://www.apple.com/es/support/itunes/ Where on the left, there is a list of links (actually, it looks like a jExpand column, where the title opens/expands to reveal a set of links below). The links open their content in the "column" to the right. I say "column" in quotes because I don't
[jQuery] [autocompleter] how to change the separator from "," to "+"
hey, let me first thank for the great job you've done. could you please tell me how can I change the word separator from , to +? thanks in advance.
moving en element when the window is scrolled
I have a rightBar that i whan it to scroll together with all the rest element s of the document. but when it is starting to cover it has to slide down so we can see it all the time. I tried $(function(){ function positionRightBar(){ if($("#rightBar").scrollTop()<0){ $("#rightBar").scrollTop(0); } } }); but it seems that the scrolltop of the rightbar stays 0 even when it is coverd
[jQuery] ui Datepicker - only show days I want
does anyone know the syntax to only show days I want int he datepicker, for example I want to show a calendar but only show the following dates, 09/11/09, 09/25/09, 10/01/09 ??
Fading Images
Hi all, I followed a tutorial in .net magazine (a UK web design mag) on how to fade images using jQuery. I have followed it and I can now fade images for my menu, problem is, I am not sure how to append the code to all my to fade images for non list items. For example, I have a call to action button (just a telephone number with a graphic, I have used css sprites to add a hover to the graphic, but would now like to fade it using jquery. The code in the mag seems geared towareds menus only, can somebody
button toggle - update state
hi there, first of all i'm totally new to jquery, i think its awesome but couldn't get my idea on code. i want a image to change when i click and update a something in mysql using a loaded php file, the php part i can handle but just don't know how to call the file and swap the image. i want something like this. image: 1 step: click image 2 step: while loading the php fille 3 step: the new image status image: 4 step: if i click back it will goes back to any ideias how this can be done?
Examining AJAX Request Headers
Is there any way to do an AJAX call but only get the request headers? I would like to examine the headers to determine if I need to download the entire contents of the page...
[jQuery] select element "change" event doesn't bubble - does jQuery try to fix that?
According to MSDN documentation, the "change" event from "select" elements doesn't bubble, and that claim is borne out by my own empirical observations. Is there some trick I can pull so that I can handle those events from a container element via jQuery? -- Turtle, turtle, on the ground, Pink and shiny, turn around.
[jQuery] jquery resistance at work - advice? OR mvc in js, needed?
My new employer produces a web app which relies on Dojo. I haven't been impressed with their use of Dojo and am hoping they'll let me introduce them to jQuery. There is considerable resistance. The project architect is java guy so it frequently seems like we're talking two different languages when we discuss js frameworks. I'm all "DOM this, and cross-browser that" and he's all "widget this and mvc that" Which has me thinking - have any of you seen a reason to implement a MVC layer in your js? Its
[jQuery] How can I get IE developer tools to display xmlHTTPRequests as in Firebug?
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:p="urn:schemas-microsoft-com:office:powerpoint" xmlns:a="urn:schemas-microsoft-com:office:access" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" xmlns:b="urn:schemas-microsoft-com:office:publisher"
[jQuery] NEED HELP WITH MACROS
THIS IS MY LOGIN MACRO AND IT WORKS FINE!!!!! The only thing i would like see done is include it in the same macro and have it run only at first to log in. VERSION BUILD=6240709 RECORDER=FX TAB T=1 URL GOTO= http://XXXXXXXXXXXXXXXXXXX TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Click<SP>Here<SP>To<SP>Log<SP>In TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://XXXXXXXXXXXXXXXXXXX? view=login&action=login& ATTR=NAME:form_user CONTENT=XXXXXXXXX SET !ENCRYPTION NO !!!I took the Username & Password out!!! TAG POS=1
[jQuery] Bizarre error being thrown in my jquery plugin... Seems to be related to regexes...?
Sorry about the last post, I meant to hit shift and hit return instead and the form was submitted. Sorry about that. Embarrassing... :-/ Anyways, Here is my plugin that the error is getting thrown in: http://github.com/fitzgen/tempest/blob/c403787548e58d5ad60fe0d5230b36c62bd21dc4/jquery.tempest.js And here is the error I receive: [Exception... "'[object Object]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>"
[jQuery] Ajax - Help with events
Hey guys, I've read this and I'm still struggling. <a href="http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F">http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F</a> I have a table that sits inside a div with an id of events. And I have the following functions that work on the content that resides inside the table: <u>Tooltip function</u> $(document).ready(function(){$('.links2 a, .links2
[jQuery] Bizarre error being thrown in my jquery plugin... Seems to be related to regexes...
// Here is the error: [Exception... "'[object Object]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no] Line 0 // end
[jQuery] Handling result from the autocomplete plugin
Hello I'm using the following autocomplete plugin: http://docs.jquery.com/Plugins/Autocomplete It's getting its data from an array, here are the first couple of values: data[0] = "Magnesium (s) | R: 11, 15 | S: 7/8, 43"; data[1] = "Saltsyra 4M (aq) | R: 36/38 | S: 2. 28"; data[2] = "Natriumnitrat | NaNO3 | R: 8, 22"; I have four different input elements: - Name, which triggers the autocomplete - three other ones When the user enters something in name and the choses one of the autosuggested lines,
[jQuery] [Superfish] Dynamic width
Hey guys im using the superfish jquery works great! im having some trouble getting the widths to be dynamic per column it is a horizontal menu bar i got the parents to be dynamic and the children to be separate from the parent but i havent figured out how to make it so that each column is only as long as the longest word in the column (per column like in column 1 it says News and Events, and column 2 says Donate i dont want there to be a ton of space after donate because news and events is longer)
[jQuery] Looking for jQuery expert
Hi, I'm looking for a jQuery expert to help me with my project. My website is developed in C#/ASP.NET so familiarity w/ ASP.NET would be a huge plus as you'd be also helping me with the integration of the solution. Looks like jQuery Tools has most of the functionality I'm looking for i.e. Scrollable and Playlist for Flowplayer. In short, I'm looking for a media viewer that would display images and videos. The images/videos would be listed in a scrollable fashion right underneath the viewer. Please
how can i get the image width and height
Hi, i am appending the images to div like this $('#sideshow').append('<img src="'+document.getElementById('txtPath').value+'"/>'); i need to calculate the image width and height to store into database. I need help for this. Thanks in advance!
Only apply code to divs within a specific div?
I have a page where the markup looks like this: <div id="maindiv"> <div id="post1"> content </div> </div> <div id="subdiv"> <div id="post3"> content </div> <div id="post5"> content</div> </div> I'm trying to pull *only* the ids of the posts within the subdiv container. The code pops up an alert box for post1, post3, and post5, but I only want it to return post3 and post5... $j('div[id^="post-"]').each(function() { alert(this.id); }); /* Tried this */ #j("#subdiv").each(function()
Why Functions are Failing Inside Iframe
Hello Everyone, First i am using an image rollover script which is working on top-level pages and fails inside iframes which is another script listed in the same functions file, i hate to use tons of .js files when i can combine all scripts in one file also the first script has a wc3 validation problem, there's no oversrc in xhtml anyways this should solve the validation problem but again it conflicts with everything else ! [code]function SimpleSwapSetup() { var images = document.getElementsByTagName(â€
[jQuery] Suggestions on file upload with image cropping
I have been poking around at the various file upload solutions. Wondered what people here had to say about which are the best. I am looking for single file upload, to image crop. I would like to use jCrop, so anyone that has experience implementing that with it, let me know what you chose. About my only criteria is going to be that I will want to style the upload input element, so that may not even be Jquery related, and just the usual CSS tricks. From there, I suspect I just pass some ajax mafic
[jQuery] Why would this code cause this error in IE?
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:p="urn:schemas-microsoft-com:office:powerpoint" xmlns:a="urn:schemas-microsoft-com:office:access" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" xmlns:b="urn:schemas-microsoft-com:office:publisher"
[jQuery] using "fadeTo" (opacity effect) in IE7 makes things look absolutely awful
Probably because the transparent PNG support in IE7 is so weak, using a "fadeTo" effect on content that includes a PNG image with transparency leaves you with something that looks awful, even with the "fadeIn" opacity set to 1.0 (which, one might think, would leave you with no filtering at all). I can work around the problem by doing something like this: $(whatever).fadeTo(5, 1, function() { $(whatever).css('filter', 'none'); }); but it'd be nice if jQuery itself would treat fadeTo(_, 1, _) as setting
[jQuery] Pics from jQuery Conference
Some early pics from today's festivities that is about to start Signup and a little early snack-age http://i26.tinypic.com/31779l1.jpg Way cool "Surface Computer" http://i31.tinypic.com/2rohpo5.jpg Bad weather today, but it's all good http://i25.tinypic.com/350uqys.jpg Ready for John Resig to give the keynote.... totally full house http://i32.tinypic.com/2hfur06.jpg More to come !
[jQuery] IDE supporting jQuery
is there any IDE supporting jQuery..i prefer some open source IDE...pls suggest me oneeee
[jQuery] Opera Issues
Hi, I'm working on the below site: http://www.toomanydesigns.com/test/TMD/ I just tested it in the main browsers and it works fine apart from Opera. I understand the text positioning because Opera doesn't support this but does anyone know why the barcode slider isn't working correctly? I'm new to jQuery so it'sprobably somthing stupid on my part. Thanks
[jQuery] file upload empty
Hi. I have a form with some text input and a file input. When i try to upload the form with the Form Plugin, the $_FILES array came empty. The field name is newImage, so when I try to show $_FILES['newImage'] ['tmp_name'] i can see nothing. Instead I can see the file name if i do $_POST['newImage']. I'm using this plug-in since 7 months ago and with different projects to file uploads and I didn't have problems before. I upload the form without the plug-in and everything works ok. Any help will be
[jQuery] [autocomplete] Autocomplete selection with mouse causes blur while with keyboard doesn't
I intend to use the blur function when a selection is not made to clear some hidden field values. And the result function to set/update those hidden fields when a selection is made. With the mouse selection, as both blur and result are triggered simultaneously, a race condition occurs. This problem doesn't exist with the keyboard selection. Any solutions? Thanks in advance.
function to return value from ajax call
I asked something similar before, but my code was pretty confusing so I rewrote the whole thing and asking a more direct question. Anyway, I have a function that simply makes an ajax call that should return a css property from a database. Then I want to take that returned property and apply it to the page. So my function goes something like this: function loadAttribute(attribute) { var value = '_blank_'; $.post("db_output.php", "attribute=" + attribute, function(data)
[jQuery] Hover Not Working As Expected
I am missing something fundamental and am sure that someone can point me in the right direction. I have a list like so: <li id="GalleryMenu"><a href="../Gallery/Default.htm">DD</a> <ul class="DoNotDisplay"> <li><a href="../Gallery/Santuary.htm">Santuary</a></li> <li><a href="../Gallery/Stream.htm">Stream</a></li> <li><a href="../Gallery/Winter.htm">Winter</a></li> </ul> </li> I have styled it so that the list items float. The class DoNotDisplay hides the unordered list. When the mouse hovers over
[jQuery] Sorting in jQuery
I have a format like this <ul> <li class=" "></li> <li class=" "></li> <li class=" "></li> <li class=" "></li> </ul> I need to sort <li> tags by their class names Please help me !
[jQuery] is this possible with jquery
I am impressed with the flash stuff here and want to do this with jquery. http://www.nepenthe.com.au/go/online-shop I found a slider here: http://jqueryui.com/demos/slider/#range But the main thing is how to do the effect on sliding slider and ticking checkboxes. One thing would be getting slider and check values and pass to database and get everytime anything changes. That will be slow and would hurt database with continuous hit. Another option would be like in that site grab all wines and change
Next Page