Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #20.4K
Ranked #3K
~3K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for scru

This is just more proof that jQuery truly is one of the most awesome things on the web! The new website is alot better -- and jQuery UI is a big help too. I am so glad I jumped into jQuery about 18 months ago... was uncertain at the time, …

Member Avatar for kburb23
0
236
Member Avatar for OmniX

I have don't things similar to this on sites with JavaScript - but not using a select element. Basically - I Show and Hide <div> container - which itself holds an Unorderd List <ul> element with <li> for each of the menu items. The key is the <div> containing the …

Member Avatar for OmniX
0
130
Member Avatar for sonya2525

Ok... first one to rule out is FLash - it is heavier to load, you need proprietary tools to maintain it - and it is more difficult to integrate with other technologies on your page. CSS or JavaScript is a legitimate debate. I tend to favor JavaScript - mostly because …

Member Avatar for amerninja2
0
152
Member Avatar for ashercharles

well... you need to say a bit more to get a better answer probably... "content of selection" - do you mean the VALUE attribute of the select element? If so then you don't need AJAX call at all. If you do get a value from the server though - I …

Member Avatar for kburb23
0
71
Member Avatar for jobojo

Your problem description is quite specific - but ultimately what you are talking about is some type of form validation. Generally form validation falls into two categories: 1. things you can validate purely on the client - because you don't need access to data or logic on the server side, …

Member Avatar for kburb23
0
188
Member Avatar for newage123

JavaScript is an open standard - known as ECMA script. There are some differnces in browser implementations, but it is still far more universal and open than VBScript.

Member Avatar for kburb23
0
65
Member Avatar for nice_true

I assume you are using two <select> elements for your lists... The first issue - is how is your data stored? IOW - for each country - how do you acquire... the list of states? Is it is some sort of JavaScript Array or are you getting it from the …

Member Avatar for kburb23
-1
311
Member Avatar for dragonflyuk

I think datetimepicker should have it's own custom onchange event callback - so I would use that instead of trying to use the onCHange on the form

Member Avatar for essential
0
2K
Member Avatar for bear24

You can also use PHP functions to create a link - this may be better than hard coding the URL so that you can keep the URL relative to the base of your web application. Hope that helps!

Member Avatar for bear24
0
105

The End.