Tagged Questions
3
votes
2answers
47 views
How to fix automatically closing div tag in this case
I have a question about appending data to a div in my html through jquery.
This is what I have in my html file:
<div class="container">
<div class="row">
<div ...
1
vote
1answer
31 views
Best practice to define a URL that is append only after running javascript function [closed]
For example , there is an icon
e.g.
<img id='close' src="about:blank" />
The javascript function
$('#close').attr('src','http://abc.jpg');
The problem is , what is the best way to ...
0
votes
0answers
12 views
how to remove the #prettyphoto from the url
i m using prettyphoto media wordpress plugin(version 3.1.4).
its working fine for me but my problem is that when i click on any image and it opened in lightbox then there is some additional tag in url ...
0
votes
2answers
44 views
jquery - Facebook tagging
Is there a plugin that has similar behavoir like the Facebook tagging?
Whats so special about this, is that it features:
Autocomplete in between typed words
Special outputted html (which is synced ...
0
votes
1answer
33 views
How to select a specific tag content inside li tag?
<ul id="listQ">
<li><txt>part01</txt><from>part02</from></li>
<li><txt>part01</txt><from>part02</from></li>
...
0
votes
1answer
39 views
What are those gmail's email placeholders in the “TO” called?
this may sound like a stupid question but I want to know what are those placeholders which we find in gmail's "To" box called?
They display the receiver's name with a close button on them.
In fact ...
1
vote
1answer
52 views
Jquery not displaying UL or LI tags in html
I have a simple code:
//preview copy as it's being typed
$('#copyText').keyup(function(e){
$('#copyPreview').html($('#copyText').val());
});
when a user enters html - they can see a preview of ...
0
votes
2answers
23 views
Labels created with jquery not responding
when I create an html tag, for example:
$j('#edit-gen').append("<a class=reloadInput href=javascript:void(0)> change </a>");
$j('.reloadInput').click(function(){
alert("test");
});
...
4
votes
1answer
131 views
jquery search in table and tag data [closed]
How do I do this?
I have html and jquery code for type and filter table data (http://jsfiddle.net/tutorialdrive/YM488/) , and type and tag data in same input box,
but i want to merge both.
I have ...
-1
votes
1answer
24 views
Does jQuery added alt text affect SEO? [closed]
I wrote a short jQuery script to add alt text to A tags using their title attribute values.
var anchors=$('a.className');
anchors.each(function(){ //CYCLE THRU EACH SUBCAT ON PAGE
var ...
1
vote
1answer
50 views
MagicSuggest add custom tags with HTML or jQuery code
I'm creating some input fields to insert search-tags (exactly same method as StackOverflow). It works great when the field is loading with no tags.
The problem is that i want to add custom tags to ...
0
votes
2answers
81 views
How to get a text field value from the form in PHP by using jQuery Tagit
I am using the JQuery Tags Plugin and when user enter some tags by comma separated then i want to get those tags after form submit by using PHP.
my coding...
<?php
...
0
votes
1answer
69 views
Filter text from variable with jquery
I'm working with CKEditor and have created a Post button to post what the user types in the editor. I want the Post button to be disabled or enabled based on whether actual text has been typed in the ...
1
vote
0answers
42 views
How to use Tagedit plugin in Asp.Net
I want to add the Tagedit plugin in my project to add names to the textbox.
My requirements are:
1. The textbox should have autocomplete for existing names.
2. It should able to accept new names if ...
2
votes
6answers
66 views
Calculate number of list items for each list separate and append
I'm trying something simple(?), to calculate the number of list items and append it to the list in the parent div. The problem is it is always taking the value of the last, as you can see the first ...
0
votes
3answers
77 views
How do you replace an HTML tag with another tag in jquery?
I have a site I'm working on and it uses 'aside' tags, which I'm not getting IE8 to be able to read no matter what I try, even with an HTML5 Shiv. So, I'm wondering, how would you replace existing ...
0
votes
2answers
85 views
Select2 does not create name attribute
With the select2 jQuery PlugIn I created a tag box. Therefore I used the following html form code:
<form action="someAction" method="post">
<fieldset>
<select id="tags" ...
0
votes
0answers
25 views
Tag-Autocomplete arrow-navigation jumps to after-next item
I use http://welldonethings.com/tags/manager on my new project and the library is perfect for my needs. I have an issue in Firefox / Mac, that the autocomplete-dropdown-navigation with arrow-keys does ...
0
votes
2answers
129 views
How to select any clicked html tag within container div using Jquery
i'm hoping you can help me out.
I am trying to trigger an event that lowers the opacity on any clicked tag (h1, img, div, etc..), but I only want this event to trigger on tags that are within a ...
0
votes
2answers
44 views
jQuery tag name of element
I'm try to get an elements tag name in jQuery.
I have the following html:
<div class="section" id="New_Revision">
<h1>New Revision <img alt="Lock_closed" class="edit" ...
0
votes
0answers
44 views
Creating a tag on click at mouse position // correct selected text
No i do NOT want to download any plugins for this.
I currently have working code for making stuff Bold/Italic/Underlined etc this is NOT the issue.
I am trying to make a text editor that doesnt only ...
-2
votes
1answer
97 views
html tag or class to specific words with Javascript or Jquery, without targeting Alts and Titles of the pictures
some time ago I asked for help to automatically change certains repetitive names of my website and make them italic. With your help I managed to do what I wanted by using this script:
function ...
1
vote
1answer
75 views
jQuery difference between 'div' and '<div/>' when adding class?
I was analyzing a plugin but I realize the author uses:
$('<div/>').addClass('sample-piece');
instead of the following
$('div').addClass('sample-piece');
what is the meaning of , ...... it ...
0
votes
0answers
17 views
jQuery Mobile Markup Tags
In early versions of jQuery Mobile the code examples ran something like this
<section data-role='page'>
<header data-role='header'>
...
</header>
<div ...
0
votes
1answer
39 views
jQuery .append() solution for automaticly closed tags
What is the best way to add something like this by append
<div>
<a href=""></a>
<div>
<pre>
</pre>
</div>
</div>
I was looking for some tips,
...
0
votes
0answers
46 views
jQuery Help. Parse data with no ID tags
I'm developing a web page and I would like to parse data from an external data table. I have a button to loop through various user made objects with properties, parse data from web pages and load the ...
0
votes
1answer
124 views
Need a jQuery Tags Input script with autocomplete and option to add non-existing values
I need a jQuery Tags Input script which supports autocomplete but also has an option to allow for non-existing values. It should also support tag-limiting to a certain amount of tags.
I do only use ...
0
votes
2answers
88 views
Dynamically Generated Contents DIV
I have seen the bootstrap github page and how they process their sidebar that slides down and has all the titles of the articles.
I am trying to think of a way that would build upon, the current ...
1
vote
2answers
54 views
jquery span after first space
I have three words I would like to add a span around the content after the first space so
hello world becomes hello <span>world</span>
and
hello world again becomes hello ...
2
votes
3answers
70 views
Using jQuery to add one tag into another tag
got a quandary i was hoping you kind folks could help me out with...
goal:
Using jQuery, I'm trying to add all the occurrences of:
<pre> ... </pre>
with:
<pre><code> ... ...
0
votes
0answers
34 views
how to retrieve values in tag plugin?
I am using tag plugin. Plugin is working fine.I am able to add tag and alose to retrieve tags also when Page refreshes.But what is happening when retrieving values, values(tags) are only seems when I ...
0
votes
1answer
33 views
how to set name attribute of hidden field in tag-adding plugin
I am using jquery plugin . Plugin is working great but I need to post the data of hidden field (when I add any tag value.It is saving in hidden field via jquery) on next page via the PHP but problem ...
0
votes
1answer
99 views
Pass value of cell via href from JSP to controller
I need to pass the value of a cell to controller using href tag. In this case value is populated from database. Is this the best way to do it? Im not sure how its done I have tried but its not ...
3
votes
2answers
313 views
Modify the behavior of jquery tag-it based on autocomplete library to use ajax JSON sources
I'm trying to add some functionality to jQuery plugin tag-it based on auto-complete :
a) I try to filtering my JSON data to display only name of tag.
A JSON sample returned by /repo/json :
[{id:1, ...
0
votes
0answers
114 views
Tags and autocomplete on node.js with Jade and Bootstrap
i'm trying to implement a tagging feature like here on stackoverflow, but the combination of jade, jquery is not something i can overcome so far... I am using bootstrap so bootstrap-tagmanager seems a ...
0
votes
2answers
73 views
jquery tag it send content
I try this jquery tag http://aehlke.github.com/tag-it/
my code:
<ul id="myTags"></ul>
<textarea id="tagsend" style="display:none" rows="30" cols="30" name="tags"></textarea>
...
0
votes
1answer
266 views
how to use tags manager?
can anyone show me a simple implementation of this tags manager to make it work on a simple html file?
http://welldonethings.com/tags/manager
i did try to implement it myself as shown below but ...
0
votes
2answers
77 views
jQuery: copy contents, strip <p> tags, and create linebreaks
I've succesfully created a behavior that copies the contents of a div container into a textarea field:
$('a').click(function() {
var contents = $('.content').html();
...
2
votes
2answers
133 views
jQuery target anchor tags inside unactive tabs
I am working on a restaurant deliver website and am trying to figure out how I can target anchor tags that are inside a tab from other tabs, for example, the main tabs would be: Menu, Info, Reviews, ...
0
votes
3answers
61 views
jquery not picking up html
So I have the following HTML
<div class="tmpl" id="query_tmpl">
<tr>
<td><a href="#" class="group"></a></td>
<td class="primary_email"></td>
...
0
votes
1answer
134 views
Only show specific div with anchor
First of all, my coding skills are very basic so please bear with me.
I am making a website for an art exhibition which has many people contributing.
I have a page called profiles.html which ...
4
votes
5answers
425 views
.append(), prepend(), .after() and .before()
I am pretty proficient with coding, but now and then i come across code that seems to do basically the same thing. I guess my main question here is, why would you use .append() rather then .after() or ...
1
vote
1answer
118 views
jQuery Insert Content Before and After an Element Without Autoclosing Tags
Say I have the following:
<div id="content">content</div>
And I want to insert some stuff before it (notice the unclosed div):
...
0
votes
0answers
70 views
jQuery mobile and Smooth Div Scroller compatibility issues?
I am attempting to use Smooth Div Scroll to make a horizontal scroller to scroll radio buttons across the top of the screen on a mobile device. I cannot seem to get it to work. Smooth Div Scroll and ...
2
votes
2answers
52 views
How do I retrieve the contents of a tag?
Hopefully this is a simple question. Say I have the following:
<div id="myid" class="myclass"></div>
What I would like to do is find this tag via jQuery and get the stuff between <> ...
0
votes
1answer
40 views
Looking for jquery library for tagging like Stackoverflow [closed]
For my website, I need to find a library to put Tags in square boxes like Stackoverflow does. And when you put your mouse on the tag, a screen shows up. On that screen, you can display a long text and ...
0
votes
1answer
204 views
Select2: Extend matcher for tag data
I use Select2 for tagging purposes. It works like a charm, but i have an additional requirement: The matcher should match more than only the text of the items.
Let me explain. The matcher function ...
0
votes
1answer
66 views
ie7 does not execute loaded script with jquery
on my main page i have js function
function loadNext(last){
var index = parseInt($("#contentSupplier table tr:last td:first").html()) + 1;
$.get("suppliernext.php?index=" + index + "&" + ...
2
votes
0answers
39 views
bind click events to document within object tag by javascript [duplicate]
Possible Duplicate:
JQuery + SVG object: Capture click event properly
Suppose there is an html like this
<html>
<body>
<object data="data:image/svg+xml;utf8,<svg ...
0
votes
4answers
217 views
reading all <p> values within a <div> tag in C# asp.net
I am trying to read all values inside the paragraph:
Example
Page.ASPX
<div id="div1">
<p> text1 </p>
<p> text2 </p>
<p> text3 </p>
</div>
I would ...

