Akrikos

279
Reputation
84 views

Registered User

Name Akrikos
Member for 10 months
Seen Nov 12 at 15:50
Website
Location
Age 28
Nov
12
comment jQuery Select all Disabled texboxes
So... there is no 'textbox' type or element. There's a textarea element, an input of type text and an input of type checkbox. Which do you mean?
Nov
11
comment Can’t hook form submit event
@Funka - right! I forgot about how jQuery handles optional params. The first way you suggest should work, but the second won't: check out line 3272 of ajax.googleapis.com/ajax/libs/… - jquery removes any scripts from the fragment being loaded.
Nov
11
comment Can’t hook form submit event
I think you need another argument between the url and the callback like: $('#target').load('url', {}, function() { }); docs.jquery.com/Ajax/load
Nov
6
revised Does PHP copy variables when retrieving from shared memory?
fixed a bloody typo
Nov
6
comment Does PHP copy variables when retrieving from shared memory?
The wording sounds ambiguous to me.
Nov
6
answered Does PHP copy variables when retrieving from shared memory?
Nov
6
comment Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ‘;’ in Entity,
So... What question are you asking?
Nov
4
comment How to show loading image when a big image is being loaded?
You could do this using JavaScript with or without jQuery... but unless there's a compelling reason, I would probably use something similar to this answer
Nov
4
comment jQuery get next element after first match
This looks like it might work... but by only providing the solution, I don't feel like you've taught the questioner anything about how to solve future problems like this.
Nov
4
answered jQuery get next element after first match
Oct
23
revised how to use jquery non conflict properly
fixed the comment in the code to be more precise
Oct
23
comment how to use jquery non conflict properly
This is rather deep javascript foo and you may want to stay away from it if you can't figure out why it works this way. I'd recommend figuring it out though :-)
Oct
23
answered how to use jquery non conflict properly
Oct
1
comment How to make textmate work well with NFS?
Any sensible functionality is available in plugins... sigh