No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
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, …
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 …
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 …
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 …
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, …
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.
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 …
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
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!
The End.
kburb23