I am using an entry which depends on how to add jQuery's entry to an overlay, depending on which The image is clicked which works well. But if no image is inserted then I want to remove the  containerImage img . This is the closest I got to click and remove empty tags, but I want to do it on page load. 
   $ (document) .ready (function () {var $ container = $ ("# container image img"); $ container.click (function () {if ($ container.ttR ("Src") === "") {$ (this) .remove ();} else {console.log ("not empty");}}};});    Here the HTML in the IMG tag is, I'm calling the images to go into the empty source 
    
  So the above example has only 2 images, I want to remove that box after leaving it with a 3 empty box and after filling the images. 
  Here is the code to fill images, as well as title and description 
   $ (document) .ready (function () {$ ('. BoxImage') Click (function () (var project = $ (this) .attr ('project'), description = $ (this) .attr ('description'), images = $ (this) .attr ('images'); $ ("Text"); $ ("projects description"). Text (description); var image array = images (such as ','); datloged (image array);}); function deferred (array) {// $ ('.gallery thumbnail'); $ thumbnail.ttr ('scom', ''); (var i = 0; i & lt; 5; i ++) {$ ('. Gallery thumbnail: eq (' + ' I '' '). Attr (' src ', array [i]);}}});  
    
   $ thumbnails.filter ("[src = '']") .remove ();  
  First of all, keep in mind that: 
      is an invalid closing tag for & lt; IMG & gt;  (IMG is a self-closing tag) 
  Image ,  Description , and  project  are invalid HTML attributes. (Use the  data - *  attributes) 
   & lt; Img src = "" class = "Boxing Gallery Thumbnail" & gt; & Lt; Img src = "" class = "Boxing Gallery Thumbnail" & gt; & Lt; Img src = "" class = "Boxing Gallery Thumbnail" & gt; & Lt; Img src = "image / image 1.jpg" class = "box image w2" data-project = "project title" data-description = "description" data-images = "pictures / 4.jpg, pictures / 5.jpg" & Gt; Click here (function () {var data = $ (this Data (); $ ("Projects"). Text (Data Pauses); $ ("Projects Description"). Text (Data Description); Datoded (Data.immes.plit (','));} $ Var (thumbnail); $ thumbnail = $ ('gallery thumbnail'); $ thumbnail.ttr ('scom', ''); for (var i = 0; i |      Now this is what I do not understand ... if you remove your images You do not have any  src attribute  dom ready , your script fills the reason for any image ... well, it has been removed . 
 
Popular posts from this blog
    I have written a simple httprequest / response code and I am getting this error below: I used to type in my classpath httpclient, httpcore, common -Codecs and general logging. I am very new to Java and I do not know what's going on here. Please help me.   code:    import org.apache.http.client.HttpClient; Import org.apache.http.client.methods.HttpGet; Import org.apache.http.HttpResponse; Import org.apache.http.impl.client.HttpClientBuilder; Import org.apache.http.Header; Import org.apache.http.HttpHeaders; Public class UnshorteningUrl {public static zero main (string [] args throws exception {HttpGet request = zero; HTTP Client Client = HTTP ClientBuilder.credit (). Build (); Try {Request = New HTTP Gate ("trib.me/1lBFzSi"); HttpResponse httpResponse = client.execute (request); Header [] header = httpResponse.getHeaders (HttpHeaders.LOCATION); // Preconditions.checkState (headers.length == 1); String new url = header [0] .getValue (); System.out.println ("new url...
 
    The day was struggling with this. I have three series on a chart that looks like this. Note: I am using vanof control.   They are being added on the basis of input from the calculation. I am using this code to add value to each series.    this.chart1.Series ["green"]. Points. AddY (greenvalue); This.chart1.Series ["totalsaving"] Points.AddY (totalsavingvalue). This.chart1.Series ["blue"] Points.AddY (bluevalue).    I have set series properties like this. Both green and totalsaving are set to StackedColumn, the blue chart is set to the column for type.      I started then To do is a button that brings the user back to the input field and then I am using this code to clear the series values on the start code.    chart 1. Series ["totaling"]. Points. clear (); Chart1.Series ["green"] Points.Clear () .; Chart1.Series ["blue"] Points.Clear () .;    The same calculation click above is being calculated for the calculation of th...
 
    So I go to all the difficulties to get a modal and working text box, then I close it Go to the AJAX success event, but nothing seems to work I'll try.    var id; Var refundarm = ''; Var Token = $ ("Meta [name = 'CSRF-Token']"). Attr ('content'); $ ('[Data-Toggle =' Model ']'). Find ID from ('click', function (e) {var checkEventCount = 1; var prevTarget; // Models href attribute ID = $ (this) .attr ('href'). (/ [^ 0-9.] / G, ""); $ ('# new_refund_modal' + id) .on ('show.bs.modal', function (e) {if (prevofarget == 'undefined' || (CzechEventCount == 1 & amp; Amp; e.target! = PrevTarget)) {prevTarget = e.target; CzechEventContent ++; E.Pravant Default (); $ (E.T. ('$'), ('$'), () () () () (Value)) = Refund Amount (Refund amount = $ (this) .val ();}});} And if (e.target == Navigate & amp; amp; Number == 2) {checkeventcount--;}});}); $ ('Refund-deposit-BTN...
 | 
  
Comments
Post a Comment