Hi all
I am Trying to to get value of one text box which is entered by me in other non editable text box.
like
i am enter abc in one text box while entering Its automatically entered in second text box
plz help me
thanks
...
How do I create a jQuery popup window without close button?
Please see my code below.
$('#addNewRecord').dialog(
{
autoOpen: true,
width: 570,
bgiframe: true,
resizable: false,
height:490,
modal: true
}
);
Could anyone please help me ?
...
I'm using this :
Event.observe('${action.extUnenrolledListId}List', 'DOMNodeRemoved', function(event) {
}
It works in Firefox, but in IE8 the DOMNodeRemoved event isn't recognized.
Any ideas about an alternative?
Greetings,
Niek
...
I have 3 layers of canvas - 1 is matrix, 2 & 3 is graphics, how to preserve them in one image?
<div style="position: relative;">
<canvas id="matix" width="100" height="100"
style="position: absolute; left: 0; top: 0; z-index: 0;"></canvas>
<canvas id="layer1" width="100" height="100"
style="position: absolute; left: 0; top: 0;...
How are you generate documentation for javascript ? Especially in a rails application ?
Any plugins to rdoc or something similar ?
...
I'm in need of a way to serve either HTML or links to external webpages. Basically what needs to be done is we will have webpages, and then would like to give a user of our site a URL or piece of javascript to insert into their own page, which will then display our HTML on their page upon load.
Can somebody please guide me in the right ...
Instead of writing:
$('div').css({'backgroundColor': 'red'});
I want to write something like:
$('div').css({get_property_name(): 'red'});
where get_property_name() will return "backgroundColor", "color", "border-top-color", or any other property.
What options do I have to make it work ?
...
Hi,
In my asp.net website; i have REPEATER control having child control checklistbox , dynamically generates in code behind.
I would like to know how can i write javascript function where i have to check at least one checkbox should be checked.
Ho can i acheive? Please Help?
...
I have the following localStorage key:
localStorage.setItem(1, "<div id='MyId'>value 1</div><div id='NewId'>other value</div>");
Is it possible to replace, change only the second id, make the:
<div id='MyId'>value 1</div><div id='NewId'>other value</div>
turn into
<div id='MyId'>value 1</div><div id='NewId'>replaced value</div>
...
I'm trying to display dynamically changeable data manipulating with DOM elements (adding/removing them). I found out a very strange behavior of almost all browsers: after I removed a DOM element and then add a new one the browser is not freeing the memory taken by the removed DOM item. See the code below to understand what I mean. After ...
This is weird, im trying to clear my select list and exactly half is being cleared, not everything. Its also every other item which is left behind. I havent included the data here, but just the setup of the select list. The data is 10 items and only 5 are deleted. UniList calls DeleteAll. The first alert prints out '10' and the second pr...
I'm looking for a lightbox-like script that can open a cross-domain iframe in Firefox.
I tried several scripts and Firebug says that it's not possible to get Window.frmResource property.
Thanks in advance
...
I'm looking to identify the target DOM element at a specified location. For example, I want to say, give me the element at offset 200px from the top and 150px from the left. This needs to be done programatically, and not via an event (for example, it should be able to return the element when the page loads)
For extra points, would it ...
Anyone know how I can draw Polygons with GPolygon from Google Map without having a map, inside other elements? Or anyone know any framework to do it with the same features like GPolygon?
I would like to have this "draw polygon" on a custom element, like div:
<div id="MyArea"></div>
...
hi
i want to know get text box value when i type the value by every press.
i have to get the value.
if i type numbers i have to get. so i have checking with that value.
thanks in advance
...
I want to implement bookmark feature for my web app. Basically users should be able to bookmark a selection in a certain web page and later (in another browsing session) jump directly to that bookmark position.
In my first attempt, I save the value of pageYOffset when users choose to bookmark and when they jump to the bookmark I set ...
Hi i'm starting a new website and am going to be using jQuery as the library in the browser.
I was looking at testing frameworks and the obvious choice for Unit Testing in jQuery is the framework jQuery itself provides which is QUnit.
I have also looked a little at YUITest which looks very well documented. So my question is.
If you ar...
I have some XML which I want to extract via a javascript regular expression. An example of the XML is shown below:
<rules><and><gt propName="Unit" value="5" type="System.Int32"/><or><startsWith propName="DeviceType"/></or></and></rules>
I’m having problems extracting just the xml names “gt” and “startsWith”. For example, with the foll...
I'm trying to use jQuery's slideToggle function to show or hide a panel which has been hidden using CSS position, rather than display:none (as this causes issues with a Google Map in one of my panels).
At the moment I'm just hiding and showing the panels like so, but some animation would be nice:
$('.panel').addClass('hidden');
$('.hea...
Hi,
i am using jqgrid its working fine.
I have scenario where i have to add the blank row in jgrid instead of popup to add the row.
how can i do it.
Please Help.
Thanks.
...