Hello,
I have this script running, and I'm wondering if I need all of http://code.jquery.com/jquery-latest.min.js
It's 70 kb, and I would love to be able to strip it down.
$('a.inframe').click(function() {
var e=$(this);
if (!e.data('state')) { //if state is undefined
e.data('state','open'); //set the state to 'open'
// E...
im working a domain check script it works fine when i call ajax on keyup but by default the dropdown has the .com what if the user chooses a domain that is already taken, how can i get this script to do another check when the users switch from .com to .net or .org?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://...
Hello. I need to modify my existing menu and just add few more lines to make it drop down.
Can someone please give me a code so i can add it to the Menu CSS?
I think i need to add something like > ul li li < but im not sure....
It's after the line
/* Submenu---------
Please view my page source and tell me what modification i need to...
Is there any way to catch the Up/Down arrow keys in a WPF TextBox (System.Windows.Controls.Textbox) and allow them to alter the text? I've read about overiding the ProcessCmdKey method for a Windows Forms TextBox (System.Windows.Forms.TextBox), and it worked fine, but that TextBox is not nearly as flexible as the WPF one. Is there a simi...
I would like to have a button in my android application trigger a slide down view of a form. I want to have a view at the top of the screen, a list at the bottom of the screen, and I want to have the slide down form view appear between the two when a button is clicked. I have no problem showing the view, but can't seem to animate it fr...
I am creating 2 drop down menus where the first is a start time, e.g. 8:00 am which uses a loop to generate the times, this works fine and the drop down menu has the desired time frames, now i need to create a script which returns as false if the start time is greater than the finish time and i have this:
var conting_timefrom=frm_contin...
Hi,
I am showing Category and Sub category in a drop down box and i dont want the drop down value of the main category to be selected by any user.
so i applied disable="disabled" and it works fine in firefox, chrome, and also IE8, but it is not working in IE6 and IE7
any solution
my code:
<option value="test" disabled="disabled" >T...
I've been trying to figure out this puzzle for the longest time. I'm trying to simulate a traditional HTML table tree structure using divs with table, tr and then td.
Firefox and Google Chrome behaves as I want but for some reason each CoreTableRow isn't getting pushed down to accommodate the height of the inner CoreTableCell divs in IE...
How do I define an expression (or any other alternative method) when I want to select a value from a dynamic drop down list?
ex:
drop down list has these values:
Plan A (X)
Plan B (Y)
Plan C (Z)
where, X, Y and Z are all random numbers.
Is there a way where I can define my selection to select the text up to "Plan #" and ignore the "(X)...