Feeds
json parser doesn't output
[link]
, but i can't seem to get any output.
I am getting json data from google maps getLocations(), so the way I
grab the json is a bit different.
according to google, the json looks like this
Looping animate function
I've been struggling with this problem for a day or two.
Situation:
- I want to have text slide back and forth across the browser at a
rate I set; I'm attempting to use animate to do this, and it works
pretty well (though seems very resource intensive). Basically, I take
the following steps: calculate width of element, parent element, and
$.post() not sending info
submit, my jquery is located in a /js folder, while this page is in /,
and my db settings are in /includes/
Here is my $.post
$.post("../sendsuggest.php",
{ subject: subjectVal, message: messageVal,
theusername: theUser },
[jquery] Autocomplete - clearing the value possible.?
I utilize the jquery plugin found here:
[link]
for the text field.
Basically, what I do is have the button add the current value from the text field to the text area, and have the enter key trigger a click on the button.
No ajax methods working in IE7
on every browser INCLUDING internet explorer 6, however 7 crashes
instantly when you click submit. To test and see if it was just my
script that was bad I opened [link] and went
to the section on Ajax references where it lists every ajax method and
Autocomplete - access to events
and asked about a couple things that I don't know of:
Is there a way to hook into the event that sets the value of the
textbox?
Basically what I need to do is override the method that sets the
textbox value with one of our own that calls our copy/paste setValue
Jquery Help - Navigation
work for the first section of ul's in the nav and not the next? Please
enlighten me. Thanks.
<style type="text/css">
body, body * {margin: 0px; padding: 0px;}
ul#mainNav li{display: inline;}
#nav{background: tan; width: 100%; font-size: .90em; text-align:
Any way to avoid having this IE warning message?
I have a page has a lot of data and can run slowly. As soon as I try
and load this page, IE tells me
(the script is causing this page to run slowly, continue?). Anyway, I
notice when I take out this block of JQuery code, the message
disappears:
Highlight code WITHIN a textarea?
nice to be able to color code the text, as we have a large textarea
that html and javascript is added to. I was looking at using Chili,
but it does not seem this would work.
Easy way to filter and sort a list
the tableFilter plugin, but it is an overkill for what I need, and I
don't want to use tables. I want to be able to filter a list of
items, and also sort this list by ABC. I love the idea of the
filtering being linked to an input box, so when you start typing
Autocomplete - is bgiframe required?
function) with the autocomplete plugin if I don't include bgiframe,
but the documentation seems to imply that bgiframe is optional.
Is bgiframe required?
The simplest of questions I'm sure...
accordion menu code:
$(document).ready(function(){
$("dd:not(:first)").hide();
$("dt a").click(function(){
$("dd:visible)").slideUp("slow ");
$(this).parent().next().slideD own("slow");
return false;
});
The html is like this:
Problem with function
all these markups with a simple jquery command attaching this function
- return hs.htmlExpand(this, { objectType: 'iframe' } ) - to all
markups automatically:
e.g.: <a href="abc.html" onclick="return hs.htmlExpand(this,
{ objectType: 'iframe' } )"></a>
ToolTip Sticky
Dojo Tooltip v 0.4
I want to have like a mini-form on my tooltip. I would hover over my
element and the tooltip would appear. Then I could mouseover the
tooltip. To keep it from disappearing I put sticky:true - the thing
is, if I hover off of the tooltiped item, I want it to disappear.
