Tagged Questions

2
votes
5answers
533 views

jquery link tag enable disable

I want to disable the link during onloading, for the code given below <span id="addlink">"<%= f.add_associated_link('Add Task', @project.tasks.build, :class=>"add") %></span> …
2
votes
6answers
1k views

how to enable or disable anchor tag using jquery

Please Help how to enable or disable the anchor tag using jquery
2
votes
1answer
727 views

How to programmatically enable GPS in Android Cupcake

I'm currently writing an app in Android that works with the GPS, at the moment I'm able to work out whether the GPS is enabled, my problem is that I want to enable the GPS on app startup if it is …
1
vote
3answers
179 views

Enable Logging Log4j for certain users

Hi, In the log4j.properties file I've set the Level to ERROR. For certain users I need to set Level to DEBUG. I was able to change the Logging Level at run time; but this will be enabled for all the …
1
vote
1answer
965 views

how to disable/enable network connection in c#

Basically I'm running some performance tests and don't wan't external network to be the drag factor. I'm looking into ways of disabling network LAN. What is effective way of doing it programmatically? …
0
votes
3answers
59 views

Javascript: enable/disable button with mouseover/mouseout help

Ok..this should be pretty straightforward: <input type="button" name="test" id="test" value="roll over me" onmouseover="this.disabled=true;" onmouseout="this.disabled=false;"> if i mouseover …
0
votes
1answer
141 views

enable ribbon control

Menu Items and all other menus are not enabled` <r:RibbonWindow xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" …
0
votes
2answers
132 views

How to enable ribbon menu?

<r:RibbonWindow.Resources> <ResourceDictionary> <!--Ribbon Commands--> <r:RibbonCommand x:Key="cmdPrint" CanExecute="RibbonCommand_CanExecute_Print" …
0
votes
0answers
130 views

JQuery enable button based on select

Hi, I have a page that contains a collection of select's that are used to identify the columns in a text file. Each time a user identifies a column the selected option is removed from the other …
0
votes
1answer
96 views

How to activate <input > inside a specified <div > with jQuery?

<div id="target"> .. </div> I tried : $('#target :input').removeAttr('disabled'); which doesn't work.What's the correct way to do that?
0
votes
0answers
136 views

iPhone- Can 2-channel audio podcast files output to mono bluetooth earpiece?

iPhone 3G using OS 3.1. Can iPhone be enabled to play audio podcasts via a one-ear bluetooth headset (terminology issue- headsets mean both one-ear and two-ear units.) VoiceMemo audio files can …
0
votes
3answers
322 views

jquery - Activate and deactivate hyperlink

suggest me some sample codes to activate and deactivate a hyperlink on clicking it. i tried some of these, but no result 1) $("a#click").onclick = function() { return false; } 2) …
0
votes
1answer
272 views

ASP.NET C#: Enabling / Disabling all ASP Controls in Table / Placeholder

Hello guys, How do I disable for example all button controls in a certain placeholder? The plot: I am coding an application for web that uses some buttons which get disabled after you click them. …
0
votes
0answers
15 views

webservice enable a component

I have a jar file that is used by several applications - by including the jar file within the application ear as a utility jar. I would like to expose the function provided by this jar file as a …
0
votes
3answers
178 views

Tomcat failed to shutdown

when i add the following java opts to enable debugging: JAVA_OPTS="$JAVA_OPTS -noverify -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005" i get …

1 2 next
15 30 50 per page