Questions tagged [targeting]

"Targeting" is to make a thing or group a target, to select it or them to be acted upon. In a context of programming, is to select or wish to select an object or entity and to execute some code that has effect on the 'target'.

"Targeting" is to make a thing or group a target, to select it or them to be acted upon. In a context of programming, it is the action of selecting an object or entity with one part of the code and do something specific to the 'target'.

In most programming languages we define targets with an 'id' and give it a unique identifier; setting variables that hold a target object, etc. This allows us to then reference it at ease, which allows us to create solutions much more easily.

For example, in CSS we target elements with specific classes or id's and set rules for those to abide by:

.class #id {
    color: #FFF;
}
170 questions
0
votes
1 answer

Targeting and Segmentation option in BCC is missing

I have done set-up for Commerce site using CRS as base. But facing one issue. I do not see 'Targeting and Segmentation' option in BCC. What could be the issue? Pl note that i can start both pub and prod server instances successfully and also able to…
picku
  • 157
  • 3
  • 9
0
votes
1 answer

Syntax for targeting class inside element with var in Id?

What is the correct syntax for targeting a class which is a child element of an element with an id that includes a variable. Without the var it works: $( "#parent_el .child-class" ) What's the correct syntax if you add a variable, like so? $(…
Kirk Ross
  • 6,413
  • 13
  • 61
  • 104
0
votes
1 answer

Targeting an iframe from main page located in a sub page

I have a main Page with an advert (A). Clicking advert (A) should open the page (B) with an "iframe" in it and the I frame should show an html article page (C). This iframe in page (B) is used to open a lot of articles, but I don't know how to…
0
votes
3 answers

Targeting an iFrame once with jQuery

I have a series of frames (4) which are used in a page to create loading of dynamic content through Ajax calls. In each of these frames I target parent level elements and update them with there respective content…
user275074
0
votes
1 answer

Add MovieClip with Class to Stage

I'm new to AS3 and seem to be overlooking something related to classes and/or targeting. I have a MovieClip in my Library that is linked to a class called 'cloud' (yes cloud is just a picture of a rain cloud). I want to add cloud to the stage. I…
0
votes
0 answers

next().closest().parent() targeting dizziness

I have a checkbox input inside its label. I read this is okay to do. I also have a second checkbox nested inside that for absolute positioning issues. I have the inputs hidden so the labels are the click handlers. I want to make label-2 visible if…
Kirk Ross
  • 6,413
  • 13
  • 61
  • 104
0
votes
1 answer

How do I use Hbase for user profiling and behavioral targeting?

I have a huge database of products(about 300 Million Products) and about 1 million users. I want to suggest products to this users depending on some criterias ( gender, country, age, interests ...) i wrote an algorithm suggesting this products and…
Smail
  • 33
  • 4
0
votes
1 answer

How to add a target into the end of src quotes

so I would like to know how you would add a target in this example "google-iframe" into the source link of the iframe. Here is the current code I have: