|
$(function(){ var taglist = 'My Chemical Romance, Coming out, Chemical substance, Album, romance'; $('#edit-tags').click(function(){ $('#tag-list').html(''); // remove link $(this).parent().hide(0); // setup new form $('#tag-editing-list').focus().parent().submit(function(){ $.ajax({ type: "POST", url: "/a/post-tag-edit", dataType: 'json', data: {pid:102520, ajax_new_tags:$('#tag-editing-list').val()}, success: function(json){ $('#tag-list').html(''+json.status+' '+json.html_list); $('#edit-tags').parent().show(0); taglist = json.text_list; } }); return false; }); return false; }); $('#why-tags').click(function(){ $(this).parent().html(' Tags are the "behind the scenes" connectors. They link post to people, and people to other people. Having lots of relevant tags on a post increases the chance of a post being seen by people who can help. If you can ever improve the post\'s tags, doing so will give you link back credit just like leaving a reply.
more
|
does nyone know whem the next my chemical romance album is coming out?
Related Questions
- The American Heritage Science Dictionary defines a chemical as "a substance having a specific molecular ...
- This may vary based on the database you choose. Some seem to be more compatible with Internet Explorer (IE) ...
- To apply for a new S.S. card as an adult, you'll need three forms of identification showing Identiy, ...
- Are you confused about your sexual orientation? Have you tried one or all of the lesbian quizzes on the ...
- $(function(){ var taglist = 'trumpet, Sound, Coming out, play, Greased, Sudden, Come Out, music, trumpets'; $( ...