Pages

Subscribe:

Ads 468x60px

Labels

Tuesday, July 31, 2012

ctrl clk is selecting parent elements also in jquery

Have a different question to ask? Start New Discussion Reply to this Discussion 1 Hour Ago 0

Hi,

I have multiple divs inside a div. I am using jquery event.ctrlKey to select inner divs on ctrl click. It is working, but there is one problem. When I click on inner div elements, it selects parent div also(it gives blue border showing as selected for parent div). When I hover over the parent div after selection, blue border is gone.

I dont want that blue border selection for parent div. Any suggestions how to remove that? What is the reason it is getting selected?

Thanks,
VC

VenusCrystal Newbie Poster 24 posts since Aug 2010 Reputation Points: 10 Solved Threads: 0   38 Minutes Ago 0

My parent div is inside a td again...

VenusCrystal Newbie Poster 24 posts since Aug 2010 Reputation Points: 10 Solved Threads: 0   Related Article: onmouseover on parent element Hi, This is probably a very simple problem, but still it is bugging me for a while. I have tried to google for solutions, but I did not find any. I have a div containing a few text elements like date and description. I want to change the background-color of ... Post:Markdown Syntax: Formatting Help Bold Italic Code Inline Code Link Quote Heading Sub-Heading # List • List Undo Redo Insert Code Snippet (Alt

How to merge excel cells by comparing the text with next cell data.

Have a different question to ask? Start New Discussion Reply to this Discussion 1 Hour Ago 0

sanjeev_srmcem Newbie Poster 1 post since Jul 2012 Reputation Points: 0 Solved Threads: 0   Related Article: How to merge specific cells in runtime in datagridview?? As written in the title, I need your precious helps... urgently... :( Post:Markdown Syntax: Formatting Help Bold Italic Code Inline Code Link Quote Heading Sub-Heading # List • List Undo Redo Insert Code Snippet (Alt

C++ Win32 drawing in the Client Area

Have a different question to ask? Start New Discussion Reply to this Discussion 1 Hour Ago 0

How does one write code to make drawings in the Windows main client area of a Win32 C

Monday, July 30, 2012

Help with SQL in VB.NET

Have a different question to ask? Start New Discussion Reply to this Discussion 3 Hours Ago 0

Hey Guys,

I'm working on a practice Project at the moment where I'm recalling user information from a database, placing it into a form with several textBoxes, comboBoxes, etc and then proceeding to update the information in the database when the user clicks save. I understand this is simple, however snippets I've seen (and I probably haven't searched properly) show how to update one column in the table. I'm using VB.NET 2010 and SQL CE

An example of what I've found is below, which replaces a single entry.

Dim SQLCmd As New SqlCommand("UPDATE tblQuestion SET Answer