Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
2k views

z-index of :before or :after to be below the element, Is that possibale?

I am trying to style a element with the :after CSS property a.someSelector{position:relative; z-index:1;} a.someSelector:after{position:relative; z-index:0; content:" "; position:absolute; ...
6
votes
1answer
293 views

Smart way to add corner image to DIV border on all four corners

My designer has designed a border with a diamond shape on the border corners. See image below. The way I'd go about achieving this would be to save the diamond shape as an image, create a 1px solid ...
5
votes
5answers
146 views

Possible to make a:after/before pseudo elements clickable as part of the link?

pseudo elements a:after a:before allow you to add text that appears to be part of the link. However, I can't seem to figure out a way to make that portion clickable as part of the link. For example ...
5
votes
2answers
174 views

jQuery add first part of div, then add last part of div seperatley

I'm trying to wrap the following prices and text together, all in one DIV. This is what I have: <table cellspacing="0" cellpadding="0" border="0" class="thePrices"> ...
4
votes
2answers
63 views

Weird insert problem with jQuery

I got a list that i wan't to interrupt via javascript to add a title: From: <ul> <li>1</li> <li class="afterthis">2</li> <li>3</li> ...
3
votes
0answers
31 views

z-index IE8 bug on generated content with :after

This is a known error in IE8, look at the last bug here: http://nicolasgallagher.com/css-typography-experiment/demo/bugs.html Now, playing a bit with a simple example I found this (test it using ...
3
votes
2answers
75 views

Modify css style for pseudo element :after content with Jquery

I have baloon shape designed with CSS3. JS Fiddle Example It's have triangle made with :after { content: ""; } I need to moving triangle left-right with modify left css param with Jquery. I ...
3
votes
4answers
69 views

jquery add closed tag

I have a problem with jquery. After many tests, no simple solution for me. My CMS return me this code <ul> <li>text</li> <li>text</li> <li ...
3
votes
3answers
172 views

Junit4 - Cleanup on test timeout

When I run a test with annotation @Test(timeout = 3000) and it times out, it kills the test immediately and does not call my tearDown method annotated with @After. What would be the way to clean up ...
3
votes
2answers
108 views

.after() putting the first div as the last one

Hay all, i have a basic big of jQuery. What I'm trying to do is take the first div from a group of div and make it become the last div in the group, the HTML looks like this <div> <div ...
2
votes
2answers
47 views

javascript/jQuery call a function _after_ event has been completed and returned

I need to call a function to check the value of a form input box after the keyDown event and all its corresponding callback handlers have finished and returned. I know I need this because if I place a ...
2
votes
3answers
96 views

CSS hover after not working on images?

I have made a fiddle: http://jsfiddle.net/ATdRD/ Can anyone fix this or spot why this isn't working?? When the user hovers over the image I'd like for the data-title to appear for which i can style ...
2
votes
1answer
116 views

Perl Dancer after hook

Is there a way in Dancer to execute a code after every request? I tried with an after hook but it seems that it doesn't execute after a file request... There is a hook called 'after_file_render' ...
2
votes
2answers
640 views

skip validation after create mongoid rails

I want to skip a validation after an object is created. Lets take an example person has many company and company has many people person has many placements and placement belongs to person person can ...
2
votes
2answers
1k views

How to append after selection

I am trying to append some code after my current selection, lets say I have this: <div id="test"> </div> and want to append <br /> after closing div, like this <div ...
2
votes
3answers
202 views

select all div elements in DOM after an element?

I'm running something like this to select all div elements in DOM (and this is good for me): var $mySelection=$("#wrapper").find('div').not("#main-content, #etc") How would I select all div ...
2
votes
1answer
627 views

SugarCRM: Coding a Custom Middle Name field

I'm trying to create a Custom Field in SugarOS 6 to store Middle Names. Designing and implementing the field in EditView was easy enough with the Studio. But I'm stuck when it comes to displaying the ...
2
votes
2answers
503 views

How to access element after another element using Watir?

I have a page with HTML like this: <a>text</a> <img src="image.png" /> <a>text</a> I would like to click the second link. Links have completely identical attributes. ...
2
votes
1answer
96 views

Is there a way to run an outside executable after a SPECIFIC solution is built in Visual Studio 2008?

I had the same question as was asked in this thread, i.e. I was looking for a way to run an executable or script after building a solution in Visual Studio. I tried out the suggested solution of ...
1
vote
2answers
38 views

Insert the new record after a exsiting result

In my items table I got following records: shop_vnum item_vnum count 4 13209 1 4 11229 1 And then, I want to insert a new record after item_vnum 13209 so it will ...
1
vote
1answer
114 views

“text-decoration” and the “:after” pseudo-element, in Firefox 8

On a page (which I maintain for myself and thus can restrict browser support to FF 3.5+) I'd like to add "SO" after each link to StackOverflow.com. First I did it like this… ...
1
vote
3answers
84 views

Jquery: How to combine addCLass() after() and slideDown()

I'm trying to add a Class to an existing div container and insert a new div (on success) below the existing one. <script> $(document).ready(function(){ $(".entry").click(function(){ ...
1
vote
3answers
116 views

Making a program with singletons multithreaded C#

I have written a program in C#. Now I finished all the functionality and it works. But only running with one thread. I'm doing a lot of calculation and sometimes loading about 300 MB or more of ...
1
vote
4answers
325 views

Javascript Append Child AFTER Element

I would like to append an li element after another li in a ul element using javascript, This is the code I have so far.. var parentGuest = document.getElementById("one"); var childGuest = ...
1
vote
0answers
49 views

Detect Rspec test failure on after each method

I am trying to run an rspce test, and I want to detect if the test failed on the after method- I have something like this right now: after(:each) do cc = ConnectController.new() ...
1
vote
3answers
204 views

C# Deleting a .ZIP file after unzipping

I am using the Ionic.Zip.dll from the DotNetZip library and I'm trying to delete the ZIP file after it finishes unzipping, but I can't manage to do it. Here is the code I have currently: ...
1
vote
2answers
56 views

wrap elements already created (after, before, etc.)?

I've already created my divs in Jquery, but i would like to wrap them all in a div, to work with slideToggle. But i don't see how i can do that, could you please help me? here's my code : var ...
1
vote
1answer
132 views

Efficient way to move an object in Tkinter Canvas

I need some help for an assignment, I asked a question related to it this evening, but I recognize it was very poorly stated and written. I'll try to be a little more specific this time. I have the ...
1
vote
3answers
168 views

jQuery append or appendTo after an img

I cannot get this simple append working. I'm trying to add two break tags AFTER the first Image. This is a link ...
1
vote
1answer
361 views

C++: Get char after space character instead or return carriage

Okay this is similar to my last question but what I ended up doing was way too complex for something as simple as this. I simply need to get a single character or number (I will know which of these I ...
1
vote
1answer
219 views

After Update PL/SQL Trigger between two Users

I have a Table A in Schema A and Table B in Schema B. Schema B.Table B has Product Information taken from Schema A.Table A ( this is the main database for Products Profile). When ever Update happens ...
1
vote
2answers
95 views

Click event not triggering on after-added spans

This code isn't working as expected: function makeToken() { var $span = $("<span>new</span>"); $span.bind('click',function(){ alert('test'); }) return ...
1
vote
1answer
229 views

Intercepting only void return calls using AspectJ

I have a trace aspect that should log: Entering Exiting (return type is void) Returning [returned object] Throwinig [Exception message] I am having problems with the second. How do I create an ...
1
vote
3answers
185 views

PHP get 31 days distance from starting date

How can I get what date it will be after 31 days starting with $startDate, where $startDate is a string of this format: YYYYMMDD. Thank you.
1
vote
0answers
1k views

MySQL Triggers - AFTER INSERT trigger + UDF sys_exec() issue

Problem: I've got a table which holds certain records. After the insert has been done, I want to call an external program (php script) via MySQL's sys_* UDFs. Now, the issue - the trigger I have ...
1
vote
1answer
2k views

:before and :after multiple border/background trick on images?

I've been using the :before or :after CSS trick (explained in this article: http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-multiple-borders-with-simple-css/) to achieve multiple ...
1
vote
2answers
728 views

Android onSaveInstance State not working (for me)

I have an application that acts like a clapperboard, in which I use a variable i going to i++ every millisecond (I need milliseconds to display frames per second, and the chronometer updates only once ...
1
vote
4answers
1k views

How can I detect 'any' ajax request being completed using jQuery?

I have a page where I can insert some javascript / jquery to manipulate the output. I don't have any other control over the page markup etc. I need to add an extra element via jquery after each ...
1
vote
1answer
814 views

How to force restart after uninstall for a Basic MSI Project in InstallShield 2009 Premier

InstallShield 2009 Premier, Basic MSI Project: After uninstall completes, I want to force restart the computer. How? Googling found, i have to set 'REBOOTPROMPT' TO 'S' or 'R' and the "Reboot" ...
1
vote
1answer
598 views

wpf do animation until background worker finishes its work

I have an application that do some hard stuff when user clicks a start button and takes a long time. During this I would like to do some animation over a label, for example, changing opacity from 0 to ...
1
vote
3answers
444 views

jQuery, how to load ajax content after a specified element

I need to load some ajax content after the fieldset with the class address. Using the code below it will replace the content of the .address with the ajax content. $('.accordion ...
1
vote
2answers
550 views

Error 10500, makes no sense

I am working on a 4 x 4 bit multiplier and am getting this error message, "Error (10500): VHDL syntax error at lab_6.vhd(33) near text "after"; expecting ")", or ","" twenty times. The problem is I ...
1
vote
1answer
601 views

JQuery / JCarousel: Using WrapInner and nth selectors to only wrap every 8th item

I want to use JCarousel to display UL elements with LI containing only eight images (two rows of four), something that looks like this: <li><div>[image][image][image][image] ...
0
votes
1answer
19 views

Adding psuedo elements after psuedo elements

i am playing with some css for 'blockquote' styling I have a :before for an opening 'quote' and an :after for a closing quote. Now what I want is an :after:after for the 'cite' reference but I cant ...
0
votes
1answer
46 views

Bash script corrupting my PATH

The following script reverses an install script (removes everything the other script installed). The script completes and does it task, but thereafter my terminal fails almost every command ...
0
votes
0answers
36 views

:after pseudoelement is cropped when using filter in IE8

This is the HTML: <div id="target"></div> CSS: #target { position: relative; width: 200px; height: 200px; background: #F00; ...
0
votes
1answer
42 views

How to replace content after a container

I have a container as shown below <div class="container> </div> The intention is to add content below the container div. I use the JQuery command '.after' ...
0
votes
0answers
77 views

WPF execute method after Copy command

How can I execute a method after the Copy command finish it's work. I'll try to explain it better: I've have various datagrids. At some of them I do something at CopyingRowClipboardContent event, ...
0
votes
3answers
87 views

Qt After drop event

I need to process some data AFTER a drop event has occured on a widget. i.e a user selects some items in list A and drops them in list B. My program needs to compare the 2 lists after B has added ...
0
votes
0answers
36 views

CSS :after pseudo-element not interpreted correctly by Internet Explorer 8?

I am having some difficulties with the little orange banners labelled "Neu" ( = new) on my new website. It seems that IE8 can't read the :after pseudo class properly, so the banners appear behind the ...

1 2