I don't believe anyone else has answered this so perhaps this will
help you. BTW, it's a great site also!
http://blog.themeforest.net/tutorials/7-things-i-wish-i-had-known-about-jquery/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+themeforest+%28In+the+Woods+-+The+ThemeForest+Blog%2
there isn't svn
setup (that i know of) which tags all plugins with jQuery core so the
versions could be resolved a bit easier.
-phil
On Nov 17, 9:17 am, phil wrote:
> Yes thats true.
>
> I just tested the exact code I have on jsbin and it worked
> fine.http://jsbin.com/uhane s
copy of jQuery and see if that resolves
this issue.
thanks.
On Nov 17, 4:53 am, "Richard D. Worth" wrote:
> Works for me:
>
> http://jsbin.com/izoco
>
> source:http://jsbin.com/izoco/edit
>
> - Richard
>
> On Tue, Nov 17, 2009 at 4:01 AM, phil wrote:
> >
I just recently attempted to upgrade from jQuery 1.2.6 to jQuery 1.3.2
and it broke several web pages where my selectors are escaping special
characters - the period.
Here is a quick example:
The selector $("#first\\.name") works in jQuery 1.2.6, but is broken
in jQuery 1.3.2.
Is this intentio
will be applied. in our preceding example
orange = 100
yellow = 1
red = 11
Hope that helps somewhat. And by the way if two have the same value
the last one to appear in the stylesheet will be the rule that
applies.
Phil
On Nov 8, 2:39 am, gfranklin wrote:
> Luciano,
>
> http://apc.mcsw
Hi,
I'm trying to load images off a html page through the load() method
but i want to load them through there index eg. img[0] how would i
achieve this..? Thanks in advance.
Very odd. Cleared cache and such when testing. Doesn't work in 1.3.2
does work in 1.2.6 Good news is I don't need 1.3.2 so problem is
solved more or less. If i run into it on any other site I may have to
investigate further. Thanks for looking at it.
On Oct 6, 2:51 pm, Giovanni Battista Leno
hough i used "toggle", but that's the
> same thing inside)
>
> On Oct 6, 3:31 am, Giovanni Battista Lenoci wrote:
>
> > Phil ha scritto:> I am having an issue in firefox 3.5.3 I am using the
> > following
> > > selector
>
> > I'
I am having an issue in firefox 3.5.3 I am using the following
selector
$("#arrivalAirport .arrival").hide('slow');
I have a set of radios wrapped in span tags with the class of arrival
as such
Fort Ware
Tsay Keh
Prince George
Smithers
Dease Lake
Bob Quinn
for some reason in Fi
I'm having problems with my jquery slide show in IE.
It works fine in other browsers such as firefox and safari.
Basically when the page opens the other elements, background and title
are there but the space for the slideshow is just empty, no errors or
a blank boxes.
I could include my js but pag
Hi, thanks for the reply.
I love learning new things but this is kind of complicated...
I wrote this from what i looked up:
var theid=new RegExp('\d+$');
var isthere = theid.exec("ww_1");
console.log(isthere);
But all i get is null, any help?
thanks again,
Phil
On Aug
g.split('_')
>
> which in your case would create an array with element 'thisisadiv' at
> position 0, and '1' at position 1.
>
> you could then reference it via myArray[1]
>
> On Sun, Aug 30, 2009 at 3:29 PM, Phil wrote:
>
> > In jQuery how d
In jQuery how do I remove a certain part of an id...
for example i have a div id='thisisadiv_1'
I want to remove the 'thisisadiv_' part
This is so I can add/subtract 1 to switch divs.
Thanks in Advance.
Phil.
Im having trouble getting my jquery slideshow to work in IE, It works
fine in FF and Safari.
I tried using "supersleight" which seem to help my transparent pngs
and text but the slideshow doesnt even seem to be being read.
Any Ideas, much appreciated
e else can help us.
Thanks for any help anyone can provide.
Phil
var name_text = $(this).find('Name').text()
$('')
.html(name_text + ' (' + id_text + ')')
.appendTo('#Details ol');
});
}
});
});
Thanks, Phil.
('input.load').click(function(){
> $('#Details').load('episodes.html .'+this.id);
> });
> });
>
>
>
>
>
>
>
>
>
>
> On Jul 17, 8:51 am, Phil wrote:
>
> > Here i have a proble
});
});
See that clicking the diffrent buttons will load diffrent content. I
plan to have upwards of 50 links and was wondering if there was a way
i could have one function to load the diffrent content. i have tried
various methods non of which have worked so i will leave this open.
thanks in advance Phil.
s the process i was
thinking of
User searches [ autocompletes pulls values from a json database ] -->
User clicks on a value --> Information is pulled from the JSON
database and populates a container div.
I hope that makes sense :S.
Thanks alot in advance... Phil
User searches [ autocompletes pulls values from a json database ] -->
User clicks on a value --> Information is pulled from the JSON
database and populates a container div.
I hope that makes sense :S.
Thanks alot in advance... Phil
I've had to revisit this code, as the following error is generated in
IE when hovering over the menus that have dropdowns:
> Webpage error details
>
> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0;
> SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; InfoPath.2; .NET CLR
'0px', display: 'block', overflow: 'hidden' })
>
> change height:"0px" to height:"auto" or a desired height
>
> check out the firebug add on for mozilla firefox it has helped me minimize a
> lot of my work regarding CSS and JS
>
Hi all,
I've inherited some unfinished code for a menu system (previous
developer left the company before he could finish it). The menu worked
fine until the client wanted some nested lists, which is when the
height was being set incorrectly. I had a fiddle and I can get the
height to report corr
By using a common source - preferably the Google AJAX API, it actually
should decrease the load issues. If a visitor has been to ANY site
that loaded jQuery from Google, then it should be cached locally in
their browser. When the visitor goes to the next 999 sites that *also
use the Google AJAX
Just Pinging this thread to see if anyone has a solution or
workaround...
On Jan 11, 8:06 pm, phil wrote:
> I'm wondering if it's possible to call the validate method multiple
> times toappendmoreoptionsto thevalidator.
> I haven't tried it, but it seems like it will o
I'm wondering if it's possible to call the validate method multiple
times to append more options to the validator.
I haven't tried it, but it seems like it will overwrite previous
options.
Example psuedo code:
var formValidator = $("#myForm").validate(options1);
formValidator += $("#myForm)".val
required: true,
email: true
}
}
On Jan 10, 12:26 pm, phil wrote:
> Hi
>
> In my validator rules and messages I'm trying to figure out how to
> specify a field name that contains a period.
>
> rules: {
> account.username
Hi
In my validator rules and messages I'm trying to figure out how to
specify a field name that contains a period.
rules: {
account.usernameEmail: {
required: true,
email: true
}
}
This wi
nk you again for your help.
Best regards,
Phil
On Sun, Nov 23, 2008 at 12:28 PM, Daniel wrote:
>
> Hi plee,
>
> to disable all Sunday:
>
> javascript:
> $('#noSunday').datepicker({
>beforeShowDay: noSunday,
>showOn: "b
hidden input with the same name as the
form, but that feels haackish to me. Maybe there's some way I can tunnel the
button click from validate to ajaxSubmit. Thanks for any advice. :)
Phil
From: jquery-en@googlegroups.com [EMAIL PROTECTED] On Behalf Of
I noticed that when I use the .ajaxSubmit button to post a form, it
doesn't send the value of the submit button in the form data. For
example:
If I call
jQuery('form1').ajaxSubmit();
The value sent to the server is foo=bar and not foo=bar&button=click.
Is there an easy way to get this to
plication where I got to insist on
Firefox...
Anyways, thanks for taking the time to look into it, even though it
was the wrong way to do it.
-phil
orked fine.
Any help in resolving this, or providing a workaround would be greatly
appreciated.
Thanks in advance,
-phil
controlled only by the css file. Is
there a source for obtaining different looks - it would make sense for
everyone to take advantage of the more creative ones out there.
Thanks,
Phil
Anybody know why this jQuery code only shows the fieldsets I wrap
round it for a fraction of a second before vanishing? Click the Go
button several times quickly to see the fieldsets appear.
http://styledna.net/jform/
Basically im trying to grab in all form elements then wrap them in a
fieldset
Anybody know why this jQuery code only shows the fieldsets I wrap
round it for a fraction of a second before vanishing? Click the Go
button several times quickly to see the fieldsets appear.
http://styledna.net/jform/
Basically im trying to grab in all form elements then wrap them in a
fieldset
Im looking to create a plugin that will rip all form content from any
given URL. Obviously AJAX cant handle remote sites so thats done via
some server-side proxy, but here is what I have so far:
http://styledna.net/jform/
Its working fine, except for when I try processing the content thats
loade
cfdvlpr wrote:
> > How do you test in both IE 6 and IE 7? Are you able to install both
> > these on the same machine or do you have more than one machine?
I use the Microsoft Virtual PC:
http://pingv.com/blog/glhines/200712/browser-testing-ie6
It works very well, and since it has its own regist
I'm using jquery.cookie.js with Drupal 5.5, and am trying to pass a
value between some jquery code etween a module I wrote and the rest of
the site. I found I could set the cookie in my module, and it would be
set correctly the next time I entered the module. But from rest of the
site, I don't see
I'm trying to get the height of the enclosing frameset window in a
page that is using traditional framesets. I am in a function called by
the lower frame. I've tried the dimension plugin, and $
(window).outerHeight() is reporting the height of the window the
current frame is in.
I'm in a frame ca
Position: Frontend Developer, Yahoo! Groups
Location: Sunnyvale, CA
How Big Can You Think?
The Internet is a big, busy place, and we at Yahoo! are proud to stand
out in the crowd. As the world's number one Internet brand, servicing
over a half billion people, we're determined to maintain our
co
I'm modifying the Drupal img_assist module, and trying to add a little
jquery to the popup it creates. When I do, I get this error:
$ is not defined
When I view source, I see the jquery init code at the bottom of the
html for both the page frameset, and for both of the framed pages (the
popup us
I have some fields that may be generated on the fly via DOM, and want
to set the tab index. This isn't working for me:
$("#elem2").attr("tabindex", $("#elem1").attr("tabindex") + 1);
What would the correct syntax be to make the tabindex of elem2 to be
that of elem1 + 1?
Christian Bach wrote:
> And to leak a new feature: it will contain multiple column sorting.
One more suggestion, if it isn't in there already: the ability to
exclude some columns as sortable. The column wouldn't display the
sorting class in the header, and clicking on it would have no effect.
May
more rows, sorting isn't working. If I
was sorting on a particular column, the new column contents don't
always come out in sorted order. Is there another trigger to force a
sort update?
Thanks again, Phil
I'm using the tableSorter plugin and am having a problem with the
number of rows displayed; I hope I can describe the situation clearly.
I'm building my table dynamically from a local javascript array,
initially populated with a database query. Next, I call the
tableSorter function. So far so goo
Thanks Ben, works perfectly!
On Jul 2, 6:12 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> Phil,
> This is what I have and get the appropriate rowid in the alert:
>
>
> $(function() {
> for (i=0; i<5; i++) {
> var row_id = 'row
Thanks for the suggestions, but I haven't found the answer yet.
> Try:
> alert( $(this).attr('id') );
This displays "undefined" in the alert box.
> var rw = $('row ' + i + '').click(
> function() { alert(row_id); } );
This displays "row4" for all rows in the alert box.
> $('#t1 tr#row'+ i).
I'm building a dynamic table, assigning each row a unique ID based on
the value of the counter, and trying to display the row id in an alert
box when a row is clicked:
$(function() {
for (i=0; i<5; i++) {
var row_id = 'row' + i;
var rw = 'row ' + i + '';
$('#t1').append (r
Newbie question - can somebody please provide an example or reference
to some existing code on how to create a table from an array of
javascript data, please?
I have an array of data to populate the table tbody; each element in
the array represents a row, and contains an array of the contents of
I have a table inside a div; the div has a fixed height and overflow set to
scroll. When the page is opened, the row containing the last selected data
is highlighted, via jquery/DOM.
the problem I have is that if the list (number of rows in the table) is
bigger than can fit in the div, and the cur
Rob wrote:
Where you're checking the request status you're creating a new request
each time.
You need to store the XHR object from the request and use that
(untested):
var xhr = $.post("/myhandler.php", params);
while (xhr.status != 200);
With Firefox 2, I'm getting this error:
[Except
Rob suggested:
> Alternatively you could use a globally accessibly variable which states
> whether there is a pending request or not.
> When a request is sent, set it true, when the response is received set
> it false.
Something like this?
var pending = false;
function send_message(msg) {
pe
I'm calling $.post to send some text back to a web server, where it
gets logged. The function is something like this:
function send_message(msg) {
var params = {};
params['my_message'] = msg;
$.post("/myhandler.php", params);
}
It calls a php page that appends it to a log. If I view the lo
I'm using Drupal 5.1 and jquery to build a site where members can
create content. I wrote a module to display a list of available images
and videos in a list in a block. I'd like to be able to select an item
from the list and drag it into the article body textarea, and
wondering if this can be don
55 matches
Mail list logo